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/plugin/plugin.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/plugin/plugin.pro')
-rw-r--r-- | tests/auto/declarative/qmlmoduleplugin/plugin/plugin.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlmoduleplugin/plugin/plugin.pro b/tests/auto/declarative/qmlmoduleplugin/plugin/plugin.pro new file mode 100644 index 0000000..0625ea3 --- /dev/null +++ b/tests/auto/declarative/qmlmoduleplugin/plugin/plugin.pro @@ -0,0 +1,5 @@ +TEMPLATE = lib +CONFIG += plugin +SOURCES = plugin.cpp +QT = core declarative +DESTDIR = qmlmodules |