aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/imageprovider/imageprovider.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/imageprovider/imageprovider.pro')
-rw-r--r--examples/quick/imageprovider/imageprovider.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/quick/imageprovider/imageprovider.pro b/examples/quick/imageprovider/imageprovider.pro
new file mode 100644
index 0000000000..8f3e5d2d73
--- /dev/null
+++ b/examples/quick/imageprovider/imageprovider.pro
@@ -0,0 +1,15 @@
+TEMPLATE = lib
+CONFIG += qt plugin
+QT += qml quick
+
+DESTDIR = ImageProviderCore
+TARGET = qmlimageproviderplugin
+
+SOURCES += imageprovider.cpp
+
+EXAMPLE_FILES = imageprovider-example.qml
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/imageprovider/ImageProviderCore
+qml.files = ImageProviderCore/qmldir
+qml.path = $$[QT_INSTALL_EXAMPLES]/quick/imageprovider/ImageProviderCore
+INSTALLS = target qml