Skip to content

Commit 2b32dea

Browse files
theunifanquake
authored andcommitted
depends: use new variable layout for qt sdk
1 parent 02fcb29 commit 2b32dea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

depends/patches/qt/mac-qmake.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ QMAKE_XCODE_VERSION=4.3
1111
QMAKE_XCODE_DEVELOPER_PATH=/Developer
1212
QMAKE_MACOSX_DEPLOYMENT_TARGET = $${MAC_MIN_VERSION}
1313
QMAKE_MAC_SDK=macosx
14-
QMAKE_MAC_SDK.macosx.path = $${MAC_SDK_PATH}
14+
QMAKE_MAC_SDK.macosx.Path = $${MAC_SDK_PATH}
1515
QMAKE_MAC_SDK.macosx.platform_name = macosx
16-
QMAKE_MAC_SDK.macosx.version = $${MAC_SDK_VERSION}
17-
QMAKE_MAC_SDK.macosx.platform_path = /phony
16+
QMAKE_MAC_SDK.macosx.SDKVersion = $${MAC_SDK_VERSION}
17+
QMAKE_MAC_SDK.macosx.PlatformPath = /phony
1818
QMAKE_CFLAGS += -target $${MAC_TARGET}
1919
QMAKE_OBJECTIVE_CFLAGS += $$QMAKE_CFLAGS
2020
QMAKE_CXXFLAGS += $$QMAKE_CFLAGS

0 commit comments

Comments
 (0)