summaryrefslogtreecommitdiffstats
path: root/mkspecs/darwin-g++/qmake.conf
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-02-16 22:18:56 -0800
committerJake Petroules <jake.petroules@qt.io>2017-03-07 01:05:16 +0000
commitc0af8cef2ff67e4883b8491224b30a2c3d1f7b17 (patch)
tree97be681991b16be6082c4fe51d1640cd29a0348f /mkspecs/darwin-g++/qmake.conf
parent473248df1458c34c73e63f14f9831104b266bd4a (diff)
Don't pass -headerpad_max_install_names when using Bitcode
It is ignored (and is unnecessary to begin with) in that case, and emits an annoying warning which this patch silences. Change-Id: I6059969724b203d6e0e2eea81ad3e3e8f8d536d6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'mkspecs/darwin-g++/qmake.conf')
-rw-r--r--mkspecs/darwin-g++/qmake.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/darwin-g++/qmake.conf b/mkspecs/darwin-g++/qmake.conf
index 09c55456ec..feef711625 100644
--- a/mkspecs/darwin-g++/qmake.conf
+++ b/mkspecs/darwin-g++/qmake.conf
@@ -56,7 +56,6 @@ QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib
QMAKE_LINK = c++
QMAKE_LINK_SHLIB = c++
-QMAKE_LFLAGS += -headerpad_max_install_names
QMAKE_LFLAGS =
QMAKE_LFLAGS_RELEASE =
QMAKE_LFLAGS_DEBUG =