summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdatetime/qdatetime.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdatetime/qdatetime.pro')
-rw-r--r--tests/auto/qdatetime/qdatetime.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/qdatetime/qdatetime.pro b/tests/auto/qdatetime/qdatetime.pro
deleted file mode 100644
index cd335826ec..0000000000
--- a/tests/auto/qdatetime/qdatetime.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-load(qttest_p4)
-
-SOURCES += tst_qdatetime.cpp
-QT = core core-private
-
-# For some reason using optimization here triggers a compiler issue, which causes an exception
-# However, the code is correct
-win32-msvc|win32-msvc9x {
- !build_pass:message ( "Compiler issue, removing -O1 flag" )
- QMAKE_CFLAGS_RELEASE -= -O1
- QMAKE_CXXFLAGS_RELEASE -= -O1
-}
-
-
-CONFIG += parallel_test