mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-01 01:47:42 +00:00
22 lines
884 B
Text
22 lines
884 B
Text
MAKEFILE_GENERATOR = UNIX
|
|
CONFIG += app_bundle incremental lib_version_first absolute_library_soname
|
|
QMAKE_INCREMENTAL_STYLE = sublib
|
|
include(../common/macx.conf)
|
|
include(../common/gcc-base-mac.conf)
|
|
include(../common/clang.conf)
|
|
include(../common/clang-mac.conf)
|
|
QMAKE_MAC_SDK_PATH=$${MAC_SDK_PATH}
|
|
QMAKE_XCODE_VERSION = $${XCODE_VERSION}
|
|
QMAKE_XCODE_DEVELOPER_PATH=/Developer
|
|
QMAKE_MAC_SDK=macosx
|
|
QMAKE_MAC_SDK.macosx.Path = $${MAC_SDK_PATH}
|
|
QMAKE_MAC_SDK.macosx.platform_name = macosx
|
|
QMAKE_MAC_SDK.macosx.SDKVersion = $${MAC_SDK_VERSION}
|
|
QMAKE_MAC_SDK.macosx.PlatformPath = /phony
|
|
!host_build: QMAKE_CFLAGS += -target $${MAC_TARGET}
|
|
!host_build: QMAKE_OBJECTIVE_CFLAGS += $$QMAKE_CFLAGS
|
|
!host_build: QMAKE_CXXFLAGS += -target $${MAC_TARGET}
|
|
!host_build: QMAKE_LFLAGS += -target $${MAC_TARGET}
|
|
QMAKE_AR = $${CROSS_COMPILE}ar cq
|
|
QMAKE_RANLIB=$${CROSS_COMPILE}ranlib
|
|
load(qt_config)
|