aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/shell
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/shell')
-rw-r--r--examples/qml/shell/shell.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/qml/shell/shell.pro b/examples/qml/shell/shell.pro
index 5f6b23862b..b57d550d31 100644
--- a/examples/qml/shell/shell.pro
+++ b/examples/qml/shell/shell.pro
@@ -5,3 +5,7 @@ mac:CONFIG -= app_bundle
SOURCES += main.cpp
+target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/shell
+sources.files = $$SOURCES shell.pro
+sources.path = $$target.path
+INSTALLS += target sources