summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-03 15:09:58 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-03 15:09:58 +1000
commitbf945d8868531395cfc7d044c89f96c6dbb18480 (patch)
tree91c868800fcee3cb0fae72cc7e4d2720b641ffe9
parentf527dc068bced4685fc5b332f0970320f9aa3bfb (diff)
Don't link against Qt's version of testlib
-rw-r--r--tests/qmlexample/qmlexample.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qmlexample/qmlexample.pro b/tests/qmlexample/qmlexample.pro
index be5385c..de4f557 100644
--- a/tests/qmlexample/qmlexample.pro
+++ b/tests/qmlexample/qmlexample.pro
@@ -1,6 +1,6 @@
-load(qttest_p4.prf)
TEMPLATE=app
-CONFIG += warn_on
+TARGET=tst_qmlexample
+CONFIG += warn_on testcase
SOURCES += tst_qmlexample.cpp
DEFINES += QTEST_QUICK_SOURCE_DIR=\"\\\"$$PWD\\\"\"
include(../../src/quicktestlib/quicktestlib_dep.pri)