summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2012-08-27 23:22:15 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-28 23:50:10 +0200
commit7d21abfca39d2dcf98e3a81b1b7d8c73bd274cd1 (patch)
treeb96c1f79c8ee3f6a6d7761dbf2079a9042833c6b /tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro
parent08c50599f149b7a8d448845dcb0b171e96342784 (diff)
Move QFutureSynchronizer back to QtCore
This class, too, belongs with QFuture. Change-Id: I41a532ca66c156f1631e4b22ffc1a5879c854488 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro')
-rw-r--r--tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro b/tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro
deleted file mode 100644
index a828213ade..0000000000
--- a/tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-CONFIG += testcase parallel_test
-TARGET = tst_qfuturesynchronizer
-QT = core testlib concurrent
-SOURCES = tst_qfuturesynchronizer.cpp
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0