summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qcompare/qcompare.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/global/qcompare/qcompare.pro')
-rw-r--r--tests/auto/corelib/global/qcompare/qcompare.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/corelib/global/qcompare/qcompare.pro b/tests/auto/corelib/global/qcompare/qcompare.pro
new file mode 100644
index 0000000000..0e2cd2771c
--- /dev/null
+++ b/tests/auto/corelib/global/qcompare/qcompare.pro
@@ -0,0 +1,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