From 5217ca8096427f7c127b5eee80f999306f965990 Mon Sep 17 00:00:00 2001 From: Bill King <bill.king@nokia.com> Date: Wed, 20 Oct 2010 14:57:07 +1000 Subject: [PATCH] tests: get qmldesigner coretest running again --- tests/auto/qml/qmldesigner/coretests/coretests.pro | 4 +--- 1 file changed, 1 insertion(+), 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 -- GitLab