aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldesigner/coretests/coretests.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-01-14 16:22:43 +0100
committerKai Koehne <kai.koehne@nokia.com>2010-01-14 16:32:22 +0100
commit33ec15b9aba920ca3f45ad378bc79a0c9efdeaa4 (patch)
tree24a4a960e1bc584b68e0652aadb52efc24c7c84b /tests/auto/qml/qmldesigner/coretests/coretests.pro
parentf808377344bb74237afeb75afb61fb8b4f89e782 (diff)
Prevent symbol clashes for qml classes
Fix namespace usage such that all classes in shared/qml live in the Qml namespace, and classes in QmlDesigner plugin in the QmlDesigner namespace. This should prevent any symbol clashes until we can finally get rid of the file dublicates (e.g. QmlDocument).
Diffstat (limited to 'tests/auto/qml/qmldesigner/coretests/coretests.pro')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/coretests.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/coretests.pro b/tests/auto/qml/qmldesigner/coretests/coretests.pro
index 9ed993bb048..2466ac00943 100644
--- a/tests/auto/qml/qmldesigner/coretests/coretests.pro
+++ b/tests/auto/qml/qmldesigner/coretests/coretests.pro
@@ -4,6 +4,7 @@ QT += testlib \
declarative
DESTDIR = $$DESIGNER_BINARY_DIRECTORY
include(../../../../../src/plugins/qmldesigner/core/core.pri)
+include(../../../../../src/shared/qml/qml.pri)
DEFINES+=QTCREATOR_UTILS_STATIC_LIB
DEPENDPATH += ..