aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldevtools
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto@kdab.com>2016-04-13 09:36:26 -0300
committerRafael Roquetto <rafael.roquetto@kdab.com>2016-04-13 22:00:42 +0000
commit2eb69af40a1ab29f10fe92c9d3667b00407b2f81 (patch)
treed88982201d8ac227b39e9050fea96fc5d1492a7e /tests/auto/qmldevtools
parent70cb68298ae36e9c8f669182707ac97f8acb0681 (diff)
Fix compilation of qmldevtools/compile test.
C++11 was not automatically enabled, causing the build to fail. load(qt_common) addresses the issue. Change-Id: If54c5253942b057677035ed9c8785a2be535c41f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'tests/auto/qmldevtools')
-rw-r--r--tests/auto/qmldevtools/compile/compile.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qmldevtools/compile/compile.pro b/tests/auto/qmldevtools/compile/compile.pro
index 186ef71e8d..71d91c107d 100644
--- a/tests/auto/qmldevtools/compile/compile.pro
+++ b/tests/auto/qmldevtools/compile/compile.pro
@@ -12,3 +12,4 @@ macx:CONFIG -= app_bundle
SOURCES += tst_compile.cpp
+load(qt_common)