aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldesigner/coretests/coretests.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-01-07 12:14:35 +0100
committerKai Koehne <kai.koehne@nokia.com>2010-01-07 12:14:35 +0100
commit818a7b226bb79fe6e7e82d25ad329419c931287c (patch)
treeaa6e11b64a22bdbda9c74b1c31fe7f39dd5e6eab /tests/auto/qml/qmldesigner/coretests/coretests.pro
parentae535daa20eecc9feb07941caf65f2966fb8f9b5 (diff)
New QmlDesigner plugin & Design mode
This adds a new "Design" mode that can be used to manipulate qml files in a visual way. It will only get build if you have the declarativeui module in Qt. This is a squashed import from the Bauhaus project. Share & enjoy :)
Diffstat (limited to 'tests/auto/qml/qmldesigner/coretests/coretests.pro')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/coretests.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/coretests.pro b/tests/auto/qml/qmldesigner/coretests/coretests.pro
new file mode 100644
index 00000000000..9ed993bb048
--- /dev/null
+++ b/tests/auto/qml/qmldesigner/coretests/coretests.pro
@@ -0,0 +1,22 @@
+include(../../../../../src/plugins/qmldesigner/config.pri)
+QT += testlib \
+ script \
+ declarative
+DESTDIR = $$DESIGNER_BINARY_DIRECTORY
+include(../../../../../src/plugins/qmldesigner/core/core.pri)
+DEFINES+=QTCREATOR_UTILS_STATIC_LIB
+
+DEPENDPATH += ..
+DEPENDPATH += ../../../../../src/plugins/qmldesigner/core/include
+
+TARGET = tst_qmldesigner_core
+CONFIG += console
+CONFIG -= app_bundle
+TEMPLATE = app
+SOURCES += testcore.cpp \
+ ../testview.cpp \
+ testrewriterview.cpp
+HEADERS += testcore.h \
+ ../testview.h \
+ testrewriterview.h
+RESOURCES += ../data/testfiles.qrc