aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlirloader_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-06-14 13:59:57 +0200
committerUlf Hermann <ulf.hermann@qt.io>2019-06-26 10:03:53 +0200
commite86946b5d8575d134fdc24c782f1757a8cc22d8f (patch)
treee822eecd2dd5503e7b520d6cfbe98cc2331e52fb /src/qml/qml/qqmlirloader_p.h
parentc060f6e765a2f155b38158f2ed73eac4aad37e02 (diff)
Inline the rest of qv4compileddata.cpp
This way we get a header-only representation usable for the QmlCommon module. Change-Id: Ia75e445ffbee0c3b2d473a2a3a6309b2f12e8eea Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlirloader_p.h')
-rw-r--r--src/qml/qml/qqmlirloader_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlirloader_p.h b/src/qml/qml/qqmlirloader_p.h
index aa303c923f..4812946ef0 100644
--- a/src/qml/qml/qqmlirloader_p.h
+++ b/src/qml/qml/qqmlirloader_p.h
@@ -51,6 +51,7 @@
// We mean it.
//
+#include <private/qtqmlglobal_p.h>
#include <private/qv4compileddata_p.h>
#include <private/qqmljsmemorypool_p.h>