From e3974c8c2e435bb14deebcdafe3b16c641a2e7d6 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 13 Nov 2018 14:53:54 +0100 Subject: qmake build: Do not install attribution.json files Fixes: QBS-1315 Change-Id: I211faf975da584c054a7501fb661763f400a8d21 Reviewed-by: Kai Koehne --- static.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static.pro') 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 -- cgit v1.2.3