summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qflags/qflags.pro
blob: 29dfb0684c62eae6ccfe7a8b0b2aa4aeb3b609b2 (plain)
1
2
3
4
5
6
CONFIG += testcase
TARGET = tst_qflags
QT = core testlib
SOURCES = tst_qflags.cpp
contains(QT_CONFIG, c++11): CONFIG += c++11
contains(QT_CONFIG, c++14): CONFIG += c++14