summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlmoduleplugin/qmlmoduleplugin.pro
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-01-08 07:19:48 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-01-08 07:19:48 (GMT)
commite8fcefbfd5819bc9d8e9764048bdadb0813ce002 (patch)
treec0b1d3cdf6d46179beb6aa5c8caed394b5bb99d8 /tests/auto/declarative/qmlmoduleplugin/qmlmoduleplugin.pro
parentfeb5ce61c843ad4e06c7d83665664ffbac520c06 (diff)
downloadQt-e8fcefbfd5819bc9d8e9764048bdadb0813ce002.zip
Qt-e8fcefbfd5819bc9d8e9764048bdadb0813ce002.tar.gz
Qt-e8fcefbfd5819bc9d8e9764048bdadb0813ce002.tar.bz2
Test QmlModulePlugin
Diffstat (limited to 'tests/auto/declarative/qmlmoduleplugin/qmlmoduleplugin.pro')
-rw-r--r--tests/auto/declarative/qmlmoduleplugin/qmlmoduleplugin.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlmoduleplugin/qmlmoduleplugin.pro b/tests/auto/declarative/qmlmoduleplugin/qmlmoduleplugin.pro
new file mode 100644
index 0000000..c60743d
--- /dev/null
+++ b/tests/auto/declarative/qmlmoduleplugin/qmlmoduleplugin.pro
@@ -0,0 +1,7 @@
+QT = core
+TEMPLATE = subdirs
+SUBDIRS = plugin
+tst_qmlmoduleplugin_pro.depends += plugin
+SUBDIRS += tst_qmlmoduleplugin.pro
+
+