mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-20 14:05:23 +01:00
build: remove unused QMAKE_* VARs
As far as I can gather Qts build system doesn't respect either of these variables (there is a QMAKE_LIBTOOL_LIBDIR).
This commit is contained in:
parent
a17df4e876
commit
3a463992b9
1 changed files with 0 additions and 2 deletions
|
@ -19,6 +19,4 @@ QMAKE_MAC_SDK.macosx.PlatformPath = /phony
|
|||
!host_build: QMAKE_LFLAGS += -target $${MAC_TARGET}
|
||||
QMAKE_AR = $${CROSS_COMPILE}ar cq
|
||||
QMAKE_RANLIB=$${CROSS_COMPILE}ranlib
|
||||
QMAKE_LIBTOOL=$${CROSS_COMPILE}libtool
|
||||
QMAKE_INSTALL_NAME_TOOL=$${CROSS_COMPILE}install_name_tool
|
||||
load(qt_config)
|
||||
|
|
Loading…
Add table
Reference in a new issue