don't build with explicitlib on unix
judging by the history, this was only ever a workaround for poor rpath handling. we're supposed to be over that. Change-Id: I85601493a05a76ead999e707a2d2e9a430610981 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
5783a915c4
commit
2fe363514c
@ -132,7 +132,6 @@ lib_bundle {
|
||||
}
|
||||
|
||||
mac {
|
||||
CONFIG += explicitlib
|
||||
macx-g++ {
|
||||
QMAKE_CFLAGS += -fconstant-cfstrings
|
||||
QMAKE_CXXFLAGS += -fconstant-cfstrings
|
||||
@ -260,7 +259,7 @@ load(qt_targets)
|
||||
QMAKE_PKGCONFIG_INSTALL_REPLACE += pclib_replace
|
||||
|
||||
unix {
|
||||
CONFIG += create_libtool explicitlib
|
||||
CONFIG += create_libtool
|
||||
host_build: \
|
||||
QMAKE_LIBTOOL_LIBDIR = $$[QT_HOST_LIBS]
|
||||
else: \
|
||||
|
Loading…
Reference in New Issue
Block a user