summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorRalf Nolden <nolden@kde.org>2016-06-14 13:58:13 +0200
committerRalf Nolden <nolden@kde.org>2016-06-15 05:22:52 +0000
commit712e43784930ca2bc562833cfec53ddc462516e7 (patch)
treeef4e83fce08becea58b07ded4f9b9df4692a0e51 /mkspecs
parent17143bf47cc5d51ba4129f9e10a58964925fcc1b (diff)
Common bsd.conf: add strip command support
Add the strip commands for installation commonly used also on BSD systems. Change-Id: I4113ffa559a737ef92afb7c90ab5e1bff902b1bb Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/common/bsd/bsd.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkspecs/common/bsd/bsd.conf b/mkspecs/common/bsd/bsd.conf
index a56a8203dd..5af6ba66b7 100644
--- a/mkspecs/common/bsd/bsd.conf
+++ b/mkspecs/common/bsd/bsd.conf
@@ -24,3 +24,6 @@ QMAKE_AR = ar cqs
QMAKE_OBJCOPY = objcopy
QMAKE_NM = nm -P
QMAKE_RANLIB =
+
+QMAKE_STRIP = strip
+QMAKE_STRIPFLAGS_LIB += --strip-unneeded