aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldesigner/coretests/coretests.pro
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2010-01-18 13:26:30 +0100
committerErik Verbruggen <erik.verbruggen@nokia.com>2010-01-18 14:12:44 +0100
commite86f2e6041b1b8351bce899186da59216725ea0b (patch)
treed20278b137f187f88278b7bd4c5414f8d7b11218 /tests/auto/qml/qmldesigner/coretests/coretests.pro
parent205c9b3f9a03f9f35a44ed9aaabaee3a3705dd4f (diff)
Fixed tests and tools to use the qmljs dll/so.
Diffstat (limited to 'tests/auto/qml/qmldesigner/coretests/coretests.pro')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/coretests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/coretests.pro b/tests/auto/qml/qmldesigner/coretests/coretests.pro
index 803f2418869..c4a7de34a7d 100644
--- a/tests/auto/qml/qmldesigner/coretests/coretests.pro
+++ b/tests/auto/qml/qmldesigner/coretests/coretests.pro
@@ -4,7 +4,7 @@ QT += testlib \
declarative
DESTDIR = $$DESIGNER_BINARY_DIRECTORY
include(../../../../../src/plugins/qmldesigner/core/core.pri)
-include(../../../../../src/shared/qmljs/qmljs.pri)
+include(../../../../../src/libs/qmljs/qmljs-lib.pri)
HEADERS+=../../../../../src/libs/utils/changeset.h
SOURCES+=../../../../../src/libs/utils/changeset.cpp
INCLUDEPATH+=../../../../../src/libs