aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/toolsupport
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 /tests/auto/toolsupport
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 'tests/auto/toolsupport')
-rw-r--r--tests/auto/toolsupport/tst_toolsupport.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/toolsupport/tst_toolsupport.cpp b/tests/auto/toolsupport/tst_toolsupport.cpp
index eec96f9174..f743a6f5c6 100644
--- a/tests/auto/toolsupport/tst_toolsupport.cpp
+++ b/tests/auto/toolsupport/tst_toolsupport.cpp
@@ -35,6 +35,7 @@
#include <private/qobject_p.h>
#include <private/qv4compileddata_p.h>
#include <private/qv4string_p.h>
+#include <private/qqmlrefcount_p.h>
#include <qobject.h>
#if defined(Q_CC_GNU) || defined(Q_CC_MSVC)