diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-01-08 07:19:48 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-01-08 07:19:48 (GMT) |
commit | e8fcefbfd5819bc9d8e9764048bdadb0813ce002 (patch) | |
tree | c0b1d3cdf6d46179beb6aa5c8caed394b5bb99d8 /tests/auto/declarative/qmlmoduleplugin/qmlmoduleplugin.pro | |
parent | feb5ce61c843ad4e06c7d83665664ffbac520c06 (diff) | |
download | Qt-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.pro | 7 |
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 + + |