From eb6199da86b90a628e272381a28c91ab64c3dbfa Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Fri, 10 Aug 2012 16:51:01 +1000 Subject: Move examples around imageprovider is a QtQuick example. Models and Views examples are now split up, as one is a collection of C++ examples and the other is banded into a single QML example. Task-Number: QTBUG-24133 Change-Id: I81874871bd69ffef6a88df84f3d3f649e0c56bc6 Reviewed-by: hjk --- examples/quick/imageprovider/imageprovider.pro | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/quick/imageprovider/imageprovider.pro (limited to 'examples/quick/imageprovider/imageprovider.pro') 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 -- cgit v1.2.3