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