aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2015-07-10 12:22:39 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2015-07-17 12:24:47 +0000
commitcb61de50c3fffd9085975205de91409ee86b80b2 (patch)
tree0de0de9f256726db5c7c4ae6a443049eb5786775 /tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro
parent537172dc9f76fa08e995042021f620cef7bd4929 (diff)
Adding tests for DesignerSupport
Change-Id: I577d0e34ce91a1fa11e3e6757bffc7adaec0f1fb Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro')
-rw-r--r--tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro b/tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro
new file mode 100644
index 0000000000..af932d834b
--- /dev/null
+++ b/tests/auto/quick/qquickdesignersupport/qquickdesignersupport.pro
@@ -0,0 +1,16 @@
+CONFIG += testcase
+TARGET = tst_qquickdesignersupport
+SOURCES += tst_qquickdesignersupport.cpp
+
+include (../../shared/util.pri)
+include (../shared/util.pri)
+
+osx:CONFIG -= app_bundle
+
+TESTDATA = data/*
+
+QT += core-private gui-private qml-private quick-private testlib
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
+
+DISTFILES += \
+ data/TestComponent.qml