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>
This commit is contained in:
parent
70cb68298a
commit
2eb69af40a
|
@ -12,3 +12,4 @@ macx:CONFIG -= app_bundle
|
|||
|
||||
SOURCES += tst_compile.cpp
|
||||
|
||||
load(qt_common)
|
||||
|
|
Loading…
Reference in New Issue