summaryrefslogtreecommitdiffstats
path: root/examples/declarative/imageprovider
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-03-08 02:36:12 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-03-08 03:02:26 (GMT)
commit69a3c7fc51fcab07a6a0a18a753546b45cf522c3 (patch)
tree41eabbedb1c8391377f96ea523c1a7c4af9ea572 /examples/declarative/imageprovider
parentb35bc4ba38992dde4c35c138caa52c018d80b350 (diff)
downloadQt-69a3c7fc51fcab07a6a0a18a753546b45cf522c3.zip
Qt-69a3c7fc51fcab07a6a0a18a753546b45cf522c3.tar.gz
Qt-69a3c7fc51fcab07a6a0a18a753546b45cf522c3.tar.bz2
Fixed declarative examples not being installed.
Diffstat (limited to 'examples/declarative/imageprovider')
-rw-r--r--examples/declarative/imageprovider/imageprovider.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/declarative/imageprovider/imageprovider.pro b/examples/declarative/imageprovider/imageprovider.pro
index e403bf8..86dbcca 100644
--- a/examples/declarative/imageprovider/imageprovider.pro
+++ b/examples/declarative/imageprovider/imageprovider.pro
@@ -9,3 +9,13 @@ DESTDIR = ImageProviderCore
# Input
SOURCES += imageprovider.cpp
+sources.files = $$SOURCES imageprovider.qml imageprovider.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/imageprovider
+
+target.path = $$[QT_INSTALL_EXAMPLES]/declarative/imageprovider/ImageProviderCore
+
+ImageProviderCore_sources.files = \
+ ImageProviderCore/qmldir
+ImageProviderCore_sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/imageprovider/ImageProviderCore
+
+INSTALLS = sources ImageProviderCore_sources target