summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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)