aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldesigner/coretests/coretests.pro
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2010-10-20 14:57:07 +1000
committerBill King <bill.king@nokia.com>2010-10-20 14:57:07 +1000
commit5217ca8096427f7c127b5eee80f999306f965990 (patch)
tree205740fecfbb176b7648d5c0562e6feed02571ea /tests/auto/qml/qmldesigner/coretests/coretests.pro
parent54c8a2e5b5ecf60ac806d2b0b522dc647530bbbd (diff)
tests: get qmldesigner coretest running again
Diffstat (limited to 'tests/auto/qml/qmldesigner/coretests/coretests.pro')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/coretests.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/coretests.pro b/tests/auto/qml/qmldesigner/coretests/coretests.pro
index 2352c5200c6..5455055713c 100644
--- a/tests/auto/qml/qmldesigner/coretests/coretests.pro
+++ b/tests/auto/qml/qmldesigner/coretests/coretests.pro
@@ -9,7 +9,7 @@ QT += script \
CONFIG += qtestlib testcase
# DEFINES+=QTCREATOR_UTILS_STATIC_LIB QML_BUILD_STATIC_LIB
-DEFINES+=QTCREATORDIR=\\\"$$IDE_SOURCE_TREE\\\"
+DEFINES+=QTCREATORDIR=\\\"$$IDE_BUILD_TREE\\\"
DEFINES+=QT_CREATOR QTCREATOR_TEST
DEPENDPATH += ..
@@ -21,8 +21,6 @@ include($$IDE_SOURCE_TREE/src/plugins/qmldesigner/designercore/designercore.pri)
include($$IDE_SOURCE_TREE/src/libs/utils/utils-lib.pri)
include($$IDE_SOURCE_TREE/src/libs/qmljs/qmljs-lib.pri)
-TARGET = tst_qmldesigner_core
-
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app