summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qscopeguard/qscopeguard.pro
blob: e3645befcf0e37e2c45d85e05b777fcc3f080682 (plain)
1
2
3
4
5
6
7
CONFIG += testcase
TARGET = tst_qscopeguard
QT = core testlib
SOURCES = tst_qscopeguard.cpp

# Force C++17 if available
contains(QT_CONFIG, c++1z): CONFIG += c++1z