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:
Rafael Roquetto 2016-04-13 09:36:26 -03:00
parent 70cb68298a
commit 2eb69af40a
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ macx:CONFIG -= app_bundle
SOURCES += tst_compile.cpp
load(qt_common)