summaryrefslogtreecommitdiff
path: root/examples/draganddrop/draganddrop.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2012-11-21 15:25:55 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-21 16:50:23 +0100
commite886cc7b24e920d85b239e05911e5dbd5d5f29f3 (patch)
tree2d2e104bde9d57d32daeaf45efd4080168a9bff7 /examples/draganddrop/draganddrop.pro
parent7ab53653c5e0c0282873569ff1324ac20478332b (diff)
downloadqtsvg-e886cc7b24e920d85b239e05911e5dbd5d5f29f3.tar.gz
Fix building of installed examples.
- Correct install paths - Add missing resources. Task-number: QTBUG-27977 Change-Id: Ie31cc31a208393dd8dfce87b067b81d986dc946e Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'examples/draganddrop/draganddrop.pro')
-rw-r--r--examples/draganddrop/draganddrop.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/draganddrop/draganddrop.pro b/examples/draganddrop/draganddrop.pro
index 99fecb0..75e3e99 100644
--- a/examples/draganddrop/draganddrop.pro
+++ b/examples/draganddrop/draganddrop.pro
@@ -1,3 +1,8 @@
TEMPLATE = subdirs
!contains(QT_CONFIG, no-widgets): SUBDIRS += delayedencoding
QT+=widgets
+
+# install
+sources.files = draganddrop.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/draganddrop
+INSTALLS += sources