aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qjsengine
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-10-11 15:14:05 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-11 09:50:28 +0200
commit47e1b91b47dcf59dbeff2740add94ceda188c6bc (patch)
treeb8bdf4f857d7958716249fb2ab15a4431dcfdb23 /tests/auto/declarative/qjsengine
parent1fcafbebc8fcb445e3bc8d9d54f57e4ffee39f55 (diff)
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. Since QT+= had to be touched already, this change also removes a lot of useless duplication on those lines. Change-Id: I9f2f20eaf4a0e676beddf474c7db8680e4712f78 Reviewed-on: http://codereview.qt-project.org/6302 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qjsengine')
-rw-r--r--tests/auto/declarative/qjsengine/qjsengine.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/declarative/qjsengine/qjsengine.pro b/tests/auto/declarative/qjsengine/qjsengine.pro
index 0a12e22450..5696ef845a 100644
--- a/tests/auto/declarative/qjsengine/qjsengine.pro
+++ b/tests/auto/declarative/qjsengine/qjsengine.pro
@@ -1,5 +1,6 @@
-load(qttest_p4)
-QT += declarative widgets
+CONFIG += testcase
+TARGET = tst_qjsengine
+QT += declarative widgets testlib
macx:CONFIG -= app_bundle
SOURCES += tst_qjsengine.cpp
#temporary