mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 01:37:53 +00:00
depends: qt: remove mac-qmake.conf
This commit is contained in:
parent
51fbdcf716
commit
6df7edd7ec
2 changed files with 0 additions and 24 deletions
|
@ -14,7 +14,6 @@ $(package)_patches += dont_hardcode_pwd.patch
|
||||||
$(package)_patches += fast_fixed_dtoa_no_optimize.patch
|
$(package)_patches += fast_fixed_dtoa_no_optimize.patch
|
||||||
$(package)_patches += gnueabihfToolchain.cmake
|
$(package)_patches += gnueabihfToolchain.cmake
|
||||||
$(package)_patches += guix_cross_lib_path.patch
|
$(package)_patches += guix_cross_lib_path.patch
|
||||||
$(package)_patches += mac-qmake.conf
|
|
||||||
$(package)_patches += MacToolchain.cmake
|
$(package)_patches += MacToolchain.cmake
|
||||||
$(package)_patches += no_pthread_cond_clockwait.patch
|
$(package)_patches += no_pthread_cond_clockwait.patch
|
||||||
$(package)_patches += no-renameat2.patch
|
$(package)_patches += no-renameat2.patch
|
||||||
|
@ -267,7 +266,6 @@ define $(package)_preprocess_cmds
|
||||||
cd .. && \
|
cd .. && \
|
||||||
mkdir -p qtbase/mkspecs/macx-clang-linux &&\
|
mkdir -p qtbase/mkspecs/macx-clang-linux &&\
|
||||||
cp -f qtbase/mkspecs/macx-clang/qplatformdefs.h qtbase/mkspecs/macx-clang-linux/ &&\
|
cp -f qtbase/mkspecs/macx-clang/qplatformdefs.h qtbase/mkspecs/macx-clang-linux/ &&\
|
||||||
cp -f $($(package)_patch_dir)/mac-qmake.conf qtbase/mkspecs/macx-clang-linux/qmake.conf && \
|
|
||||||
cp -r qtbase/mkspecs/linux-arm-gnueabi-g++ qtbase/mkspecs/bitcoin-linux-g++ && \
|
cp -r qtbase/mkspecs/linux-arm-gnueabi-g++ qtbase/mkspecs/bitcoin-linux-g++ && \
|
||||||
sed -i.old "s|arm-linux-gnueabi-gcc|$($($(package)_type)_CC)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
|
sed -i.old "s|arm-linux-gnueabi-gcc|$($($(package)_type)_CC)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
|
||||||
sed -i.old "s|arm-linux-gnueabi-g++|$($($(package)_type)_CXX)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
|
sed -i.old "s|arm-linux-gnueabi-g++|$($($(package)_type)_CXX)|" qtbase/mkspecs/bitcoin-linux-g++/qmake.conf && \
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
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)
|
|
Loading…
Reference in a new issue