aboutsummaryrefslogtreecommitdiffstats
path: root/static.pro
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-11-13 14:53:54 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-11-14 07:41:57 +0000
commite3974c8c2e435bb14deebcdafe3b16c641a2e7d6 (patch)
tree235f3fbceb46316db56301426ecb508553613a98 /static.pro
parent154aa658d09325125848abc52e4fb3c1106f6cdc (diff)
qmake build: Do not install attribution.json files
Fixes: QBS-1315 Change-Id: I211faf975da584c054a7501fb661763f400a8d21 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
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