summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/skipglobal/skipglobal.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/skipglobal/skipglobal.pro')
-rw-r--r--tests/auto/testlib/selftests/skipglobal/skipglobal.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/testlib/selftests/skipglobal/skipglobal.pro b/tests/auto/testlib/selftests/skipglobal/skipglobal.pro
deleted file mode 100644
index fb8d40cbd9..0000000000
--- a/tests/auto/testlib/selftests/skipglobal/skipglobal.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-load(qttest_p4)
-
-# this is not a real testcase ('make check' should not run it)
-CONFIG -= testcase
-
-SOURCES += tst_skipglobal.cpp
-QT = core
-
-mac:CONFIG -= app_bundle
-CONFIG -= debug_and_release_target
-
-
-TARGET = skipglobal