aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/platforms
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2018-05-25 13:05:12 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2018-05-25 16:11:26 +0000
commit623a7e19c09233858435ecbb09b3ccc44356a9d7 (patch)
treebab6d1ba15c3247e4e6ae6fbf39f9054dd78f5cf /build_scripts/platforms
parente6d4064aa0ef8986d0ebf55a56f1a21116d831fc (diff)
Don't package qml plugin debug symbols on Linux
Amends 6f894c2667c77e2580e7312d2ebed05efa7d654e. Reduces Qt 5.11.0 Linux wheel size from ~219MB to ~139MB (~80MB delta). Task-number: PYSIDE-661 Change-Id: Iaae1089183148037d94fe541f26426fd51c0f54d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'build_scripts/platforms')
-rw-r--r--build_scripts/platforms/linux.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_scripts/platforms/linux.py b/build_scripts/platforms/linux.py
index 7eb8a217b..bdeb2b66e 100644
--- a/build_scripts/platforms/linux.py
+++ b/build_scripts/platforms/linux.py
@@ -94,6 +94,7 @@ def prepare_standalone_package_linux(self, executables, vars):
filter=None,
force=False,
recursive=True,
+ ignore=["*.so.debug"],
vars=vars)
# <qt>/translations/* -> <setup>/PySide2/Qt/translations