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, 0 insertions, 8 deletions
diff --git a/tests/auto/corelib/global/qcompare/qcompare.pro b/tests/auto/corelib/global/qcompare/qcompare.pro
deleted file mode 100644
index 0e2cd2771c..0000000000
--- a/tests/auto/corelib/global/qcompare/qcompare.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-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