aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/draganddrop/draganddrop.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/draganddrop/draganddrop.pro')
-rw-r--r--examples/quick/draganddrop/draganddrop.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/quick/draganddrop/draganddrop.pro b/examples/quick/draganddrop/draganddrop.pro
index 3db32e0dd4..7ec3e0e58a 100644
--- a/examples/quick/draganddrop/draganddrop.pro
+++ b/examples/quick/draganddrop/draganddrop.pro
@@ -6,5 +6,6 @@ SOURCES += main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/draganddrop
qml.files = draganddrop.qml tiles views
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/draganddrop
-INSTALLS += target qml
-
+sources.files = $$SOURCES draganddrop.pro
+sources.path = $$qml.path
+INSTALLS += sources target qml