summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qcompare/qcompare.pro
blob: 0e2cd2771c5cd2c0895d4d661c15eada7dc348de (plain)
1
2
3
4
5
6
7
8
CONFIG += testcase
TARGET = tst_qcompare
QT = core testlib
SOURCES = tst_qcompare.cpp
qtConfig(c++11): CONFIG += c++11
qtConfig(c++14): CONFIG += c++14
qtConfig(c++17): CONFIG += c++17
qtConfig(c++2a): CONFIG += c++2a