diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-10-07 15:54:24 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-10-10 04:33:50 +0200 |
commit | 28b36b736dca643eaaf62bf52862f884fe256027 (patch) | |
tree | 7a12c65833514bd89bcac03e9d4e8e4cc7920401 /tests/auto/qscriptcontext | |
parent | ab0efaacf9f3d2168ed1a7b3960b006b110260c2 (diff) | |
download | qtscript-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/qscriptcontext')
-rw-r--r-- | tests/auto/qscriptcontext/qscriptcontext.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qscriptcontext/qscriptcontext.pro b/tests/auto/qscriptcontext/qscriptcontext.pro index 9746db8..5ca1a2f 100644 --- a/tests/auto/qscriptcontext/qscriptcontext.pro +++ b/tests/auto/qscriptcontext/qscriptcontext.pro @@ -1,5 +1,6 @@ -load(qttest_p4) -QT = core script +TARGET = tst_qscriptcontext +CONFIG += testcase +QT = core script testlib SOURCES += tst_qscriptcontext.cpp |