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