summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qhashfunctions/qhashfunctions.pro
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2014-03-15 20:28:17 +0100
committerMarc Mutz <marc.mutz@kdab.com>2015-01-05 20:18:51 +0100
commit4c1f66a0b2862784fa790deca36a70d885efb4e0 (patch)
treea80b74981b76f3ba2177db7375811d45ac8d0409 /tests/auto/corelib/tools/qhashfunctions/qhashfunctions.pro
parent832aea1e8e3466fa9e0fe6cf15c854f906f51a42 (diff)
tst_QHash: Factor qHash()-related test cases into a separate test
This is in preparation of adding more qHash()-related tests. Change-Id: Iae65bf8b123e1d6ac6d1eb34d74ba4eb9df8173c Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'tests/auto/corelib/tools/qhashfunctions/qhashfunctions.pro')
-rw-r--r--tests/auto/corelib/tools/qhashfunctions/qhashfunctions.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/qhashfunctions/qhashfunctions.pro b/tests/auto/corelib/tools/qhashfunctions/qhashfunctions.pro
new file mode 100644
index 0000000000..21426a4f55
--- /dev/null
+++ b/tests/auto/corelib/tools/qhashfunctions/qhashfunctions.pro
@@ -0,0 +1,5 @@
+CONFIG += testcase parallel_test
+TARGET = tst_qhashfunctions
+QT = core testlib
+SOURCES = $$PWD/tst_qhashfunctions.cpp
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0