diff options
Diffstat (limited to 'examples/declarative/plugins/plugins.pro')
-rw-r--r-- | examples/declarative/plugins/plugins.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/declarative/plugins/plugins.pro b/examples/declarative/plugins/plugins.pro new file mode 100644 index 0000000..a1a94f9 --- /dev/null +++ b/examples/declarative/plugins/plugins.pro @@ -0,0 +1,12 @@ +TEMPLATE = lib +TARGET = qtimeexampleqmlplugin +CONFIG += qt plugin declarative + +SOURCES += plugin.cpp + +target.path += $$[QT_INSTALL_PLUGINS]/qmlmodules +INSTALLS += target + + +VERSION=1.0.0 + |