aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldesigner/coretests/coretests.pro
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2010-07-13 11:59:37 +1000
committerBill King <bill.king@nokia.com>2010-07-13 11:59:37 +1000
commitf823c4810e3f544df2440db0c0e1966b6f197f4b (patch)
tree641fffb029d6a6728081527d8c81307ff60aa05f /tests/auto/qml/qmldesigner/coretests/coretests.pro
parent0032af7fc67f7a55a90d63124274b589b7cb0698 (diff)
Add "make check" support to testcase makefiles.
Diffstat (limited to 'tests/auto/qml/qmldesigner/coretests/coretests.pro')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/coretests.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/coretests.pro b/tests/auto/qml/qmldesigner/coretests/coretests.pro
index 2aa0380e74c..45e6cbf35b0 100644
--- a/tests/auto/qml/qmldesigner/coretests/coretests.pro
+++ b/tests/auto/qml/qmldesigner/coretests/coretests.pro
@@ -2,10 +2,11 @@ include(../../../../../qtcreator.pri)
include($$IDE_SOURCE_TREE/src/plugins/qmldesigner/config.pri)
-QT += testlib \
- script \
+QT += script \
declarative
+CONFIG += qtestlib testcase
+
# DEFINES+=QTCREATOR_UTILS_STATIC_LIB QML_BUILD_STATIC_LIB
DEFINES+=QTCREATORDIR=\\\"$$CREATORDIR\\\"
DEFINES+=QT_CREATOR QTCREATOR_TEST