aboutsummaryrefslogtreecommitdiffstats
path: root/examples/contentplugin/contentplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/contentplugin/contentplugin.pro')
-rw-r--r--examples/contentplugin/contentplugin.pro12
1 files changed, 9 insertions, 3 deletions
diff --git a/examples/contentplugin/contentplugin.pro b/examples/contentplugin/contentplugin.pro
index c142b07..da2d0a2 100644
--- a/examples/contentplugin/contentplugin.pro
+++ b/examples/contentplugin/contentplugin.pro
@@ -1,13 +1,19 @@
TEMPLATE = lib
-CONFIG += plugin
+CONFIG += plugin c++11
+QT += qml
+
+include(../../src/lib.pri)
+
INCLUDEPATH += ../../src
HEADERS = mycontentadapterplugin.h
SOURCES = mycontentadapterplugin.cpp
TARGET = myContentAdapterPlugin
DESTDIR = ../../bin/plugins
-RESOURCES += res.qrc \
- res.qrc
+RESOURCES += res.qrc
OTHER_FILES += \
plugin.qml
+
+target.path = $$EXAMPLES_PREFIX/contentplugin
+INSTALLS += target