aboutsummaryrefslogtreecommitdiffstats
path: root/static.pro
diff options
context:
space:
mode:
Diffstat (limited to 'static.pro')
-rw-r--r--static.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/static.pro b/static.pro
index b0ab1b950..e172648b0 100644
--- a/static.pro
+++ b/static.pro
@@ -77,6 +77,7 @@ python_bin.files = $$files(src/3rdparty/python/bin/*)
python_bin.path = $${QBS_LIBEXEC_INSTALL_DIR}
else: \
python_bin.path = $${QBS_INSTALL_PREFIX}/libexec/qbs
-python.files = $$files(src/3rdparty/python/lib/python2.7/site-packages/*)
+python.files = $$files(src/3rdparty/python/lib/python2.7/site-packages/*.py, true)
+python.base = $$PWD/src/3rdparty/python/lib/python2.7/site-packages
python.path = $${share.path}/qbs/python
INSTALLS += share examples python_bin python