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

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