aboutsummaryrefslogtreecommitdiffstats
path: root/static.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-05-04 15:29:50 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-05-05 08:56:57 +0000
commit916eacd4002bedf8d32886dc393bc41a0de42f91 (patch)
treef0ae2ce77dc8bdd8632b214296f8653eafd333bf /static.pro
parent198ca15c5df6c0514cbe43f43d8d05640ac888be (diff)
fix default value of QBS_INSTALL_PREFIX
Do not install to / by default but to /usr/local. Change-Id: Ib8fc6d5410fa0d8363a6098dba5c8488279118de Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'static.pro')
-rw-r--r--static.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/static.pro b/static.pro
index c462dfd2a..75fc7ca0c 100644
--- a/static.pro
+++ b/static.pro
@@ -65,6 +65,8 @@ OTHER_FILES += $$FILES
QMAKE_EXTRA_COMPILERS += copy2build
}
+include(src/install_prefix.pri)
+
share.files = share/qbs
!isEmpty(QBS_RESOURCES_INSTALL_DIR): \
installPrefix = $${QBS_RESOURCES_INSTALL_DIR}