Turn on C++11 and 14 correctly
Without this, a local build of this test on macOS fails. Change-Id: Ie03fa47ff0a54db752af47f223fbe5724cd9c976 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
5aaade8c93
commit
eed85dc3e7
@ -2,4 +2,6 @@ CONFIG += testcase
|
||||
TARGET = tst_qglobal
|
||||
QT = core testlib
|
||||
SOURCES = tst_qglobal.cpp qglobal.c
|
||||
contains(QT_CONFIG, c++1z): CONFIG += c++1z
|
||||
qtConfig(c++11): CONFIG += c++11
|
||||
qtConfig(c++14): CONFIG += c++14
|
||||
qtConfig(c++1z): CONFIG += c++1z
|
||||
|
Loading…
x
Reference in New Issue
Block a user