summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptvalueiterator
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-10-07 15:54:24 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-10 04:33:50 +0200
commit28b36b736dca643eaaf62bf52862f884fe256027 (patch)
tree7a12c65833514bd89bcac03e9d4e8e4cc7920401 /tests/auto/qscriptvalueiterator
parentab0efaacf9f3d2168ed1a7b3960b006b110260c2 (diff)
downloadqtscript-28b36b736dca643eaaf62bf52862f884fe256027.tar.gz
tests: eliminated usage of qttest_p4.prf
qttest_p4.prf was added as a convenience for Qt's own autotests in Qt4. It enables various crufty undocumented magic, of dubious value. Stop using it, and explicitly enable the things from it which we want. Change-Id: Ib79b3c07de18a997cfcb977ffb3faf9f76fdf158 Reviewed-on: http://codereview.qt-project.org/6215 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/qscriptvalueiterator')
-rw-r--r--tests/auto/qscriptvalueiterator/qscriptvalueiterator.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qscriptvalueiterator/qscriptvalueiterator.pro b/tests/auto/qscriptvalueiterator/qscriptvalueiterator.pro
index 884efa0..ec07a80 100644
--- a/tests/auto/qscriptvalueiterator/qscriptvalueiterator.pro
+++ b/tests/auto/qscriptvalueiterator/qscriptvalueiterator.pro
@@ -1,5 +1,6 @@
-load(qttest_p4)
-QT = core script
+TARGET = tst_qscriptvalueiterator
+CONFIG += testcase
+QT = core script testlib
SOURCES += tst_qscriptvalueiterator.cpp