wasm: Fix missing header files
Change-Id: I4d64053df4b7b183b223b5ec71444fb949834f45 Reviewed-by: Lorn Potter <lorn.potter@gmail.com> (cherry picked from commit a8765d76c3875d7e9256d73bf9c29baf0f8fc3d0) Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> (cherry picked from commit 0d6b20457300edab9f4d802d0abbb82c229a2374) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>bb10
parent
ce8e5e7c1e
commit
333367ea7f
|
|
@ -10,6 +10,7 @@
|
|||
#include <qpa/qplatforminputcontext.h>
|
||||
#include <qpa/qwindowsysteminterface.h>
|
||||
#include <QClipboard>
|
||||
#include <QtGui/qtextobject.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
#include <qpa/qplatforminputcontext.h>
|
||||
#include <private/qstdweb_p.h>
|
||||
#include <QtCore/qloggingcategory.h>
|
||||
|
||||
#include <emscripten/bind.h>
|
||||
#include <emscripten/html5.h>
|
||||
#include <emscripten/emscripten.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue