summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qfuturewatcher/qfuturewatcher.pro
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2012-08-27 23:15:40 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-28 23:50:10 +0200
commit08c50599f149b7a8d448845dcb0b171e96342784 (patch)
treef2fa89af503e02892f4998f624606bcc0977b641 /tests/auto/corelib/thread/qfuturewatcher/qfuturewatcher.pro
parent727f25214e870bc5d947a2f89ada9a4a4bd07365 (diff)
Move QFutureWatcher back to QtCore
This belongs with QFuture. Change-Id: I555cd01c1d3890fbbaca4fd8a9170292ea4eb0fb Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/corelib/thread/qfuturewatcher/qfuturewatcher.pro')
-rw-r--r--tests/auto/corelib/thread/qfuturewatcher/qfuturewatcher.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/corelib/thread/qfuturewatcher/qfuturewatcher.pro b/tests/auto/corelib/thread/qfuturewatcher/qfuturewatcher.pro
new file mode 100644
index 0000000000..17c0363ce4
--- /dev/null
+++ b/tests/auto/corelib/thread/qfuturewatcher/qfuturewatcher.pro
@@ -0,0 +1,5 @@
+CONFIG += testcase parallel_test
+TARGET = tst_qfuturewatcher
+QT = core core-private testlib concurrent
+SOURCES = tst_qfuturewatcher.cpp
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0