Skip to content

Commit 3a46399

Browse files
committed
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).
1 parent a17df4e commit 3a46399

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

depends/patches/qt/mac-qmake.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,4 @@ QMAKE_MAC_SDK.macosx.PlatformPath = /phony
1919
!host_build: QMAKE_LFLAGS += -target $${MAC_TARGET}
2020
QMAKE_AR = $${CROSS_COMPILE}ar cq
2121
QMAKE_RANLIB=$${CROSS_COMPILE}ranlib
22-
QMAKE_LIBTOOL=$${CROSS_COMPILE}libtool
23-
QMAKE_INSTALL_NAME_TOOL=$${CROSS_COMPILE}install_name_tool
2422
load(qt_config)

0 commit comments

Comments
 (0)