aboutsummaryrefslogtreecommitdiffstats
path: root/static.pro
diff options
context:
space:
mode:
Diffstat (limited to 'static.pro')
-rw-r--r--static.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/static.pro b/static.pro
index 880bf05dd..34548c0c0 100644
--- a/static.pro
+++ b/static.pro
@@ -85,4 +85,6 @@ share.files = share/qbs
else: \
installPrefix = $${QBS_INSTALL_PREFIX}
share.path = $${installPrefix}/share
-INSTALLS += share
+examples.files = examples
+examples.path = $${share.path}/qbs
+INSTALLS += share examples