aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/maroon/maroon.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos/maroon/maroon.pro')
-rw-r--r--examples/demos/maroon/maroon.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/demos/maroon/maroon.pro b/examples/demos/maroon/maroon.pro
index cbe0c8ed0d..fa2e4b5709 100644
--- a/examples/demos/maroon/maroon.pro
+++ b/examples/demos/maroon/maroon.pro
@@ -6,4 +6,6 @@ SOURCES += main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/maroon
qml.files = maroon.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/maroon
-INSTALLS += target qml
+sources.files = $$SOURCES maroon.pro
+sources.path = $$qml.path
+INSTALLS += sources target qml