aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldesigner/coretests/coretests.pro
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-03-31 18:13:50 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-03-31 18:49:06 +0200
commitd445fcabdd16686e9195db1cdff239020ddd6599 (patch)
treea26be54343bf06225b1e336a738b540580b5875d /tests/auto/qml/qmldesigner/coretests/coretests.pro
parentcef244bc3e3d4550f2675716544c13264f7ac77c (diff)
QmlDesigner: fix plugin loading for auto tests
Diffstat (limited to 'tests/auto/qml/qmldesigner/coretests/coretests.pro')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/coretests.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/coretests.pro b/tests/auto/qml/qmldesigner/coretests/coretests.pro
index 7850815d784..30b4081de5c 100644
--- a/tests/auto/qml/qmldesigner/coretests/coretests.pro
+++ b/tests/auto/qml/qmldesigner/coretests/coretests.pro
@@ -2,13 +2,14 @@ include(../../../../../src/plugins/qmldesigner/config.pri)
QT += testlib \
script \
declarative
-DESTDIR = $$DESIGNER_BINARY_DIRECTORY
+
include(../../../../../src/plugins/qmldesigner/core/core.pri)
include(../../../../../src/libs/qmljs/qmljs-lib.pri)
HEADERS+=../../../../../src/libs/utils/changeset.h
SOURCES+=../../../../../src/libs/utils/changeset.cpp
INCLUDEPATH+=../../../../../src/libs
DEFINES+=QTCREATOR_UTILS_STATIC_LIB QML_BUILD_STATIC_LIB QTCREATOR_TEST
+DESTDIR = ../../../../../bin
DEFINES+=MANUALTEST_PATH=\\\"$$PWD"/../../../../manual/qml/testfiles/"\\\"