summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmleditor
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2010-01-15 13:39:54 +0100
committerErik Verbruggen <erik.verbruggen@nokia.com>2010-01-15 13:39:54 +0100
commit8e11f81d96b5aac2c1df87b13a59dd86a85461e1 (patch)
treed79c15e99761090d25f04d1331baf7652a7f13ff /tests/auto/qml/qmleditor
parentcbaa9b9fc064ef4c64a6a0842aa73743c1fa597e (diff)
downloadqt-creator-8e11f81d96b5aac2c1df87b13a59dd86a85461e1.tar.gz
Gotten rid of dulplicate files, and fixed includes.
Diffstat (limited to 'tests/auto/qml/qmleditor')
-rw-r--r--tests/auto/qml/qmleditor/lookup/lookup.pro3
-rw-r--r--tests/auto/qml/qmleditor/lookup/tst_lookup.cpp4
2 files changed, 4 insertions, 3 deletions
diff --git a/tests/auto/qml/qmleditor/lookup/lookup.pro b/tests/auto/qml/qmleditor/lookup/lookup.pro
index a37ab73133..ab2edc5d59 100644
--- a/tests/auto/qml/qmleditor/lookup/lookup.pro
+++ b/tests/auto/qml/qmleditor/lookup/lookup.pro
@@ -1,7 +1,8 @@
TEMPLATE = app
CONFIG += qt warn_on console depend_includepath
QT += testlib
-include(../../../../../src/libs/qml/qml-lib.pri)
+include(../../../../../src/shared/qmljs/qmljs.pri)
+DEFINES += QML_BUILD_STATIC_LIB
EDITOR_DIR=../../../../../src/plugins/qmleditor
INCLUDEPATH += $$EDITOR_DIR
diff --git a/tests/auto/qml/qmleditor/lookup/tst_lookup.cpp b/tests/auto/qml/qmleditor/lookup/tst_lookup.cpp
index 8b66c84d89..aa0954c12d 100644
--- a/tests/auto/qml/qmleditor/lookup/tst_lookup.cpp
+++ b/tests/auto/qml/qmleditor/lookup/tst_lookup.cpp
@@ -3,8 +3,8 @@
#include <QObject>
#include <QFile>
-#include <qml/qmldocument.h>
-#include <qml/parser/qmljsast_p.h>
+#include <qmljs/qmldocument.h>
+#include <qmljs/parser/qmljsast_p.h>
#include <qmllookupcontext.h>