Skip to content

Commit bd5d933

Browse files
committed
build: don't copy Info.plist.* into mkspec for macOS qt build
We generate our own Info.plist as part of make deploy, and as far as I can tell, it doesn't seem to have an effect wether these are present during qt's build. I also can't find a single mention of the .app plist in the qt code, whereas there are multiple instances of .lib.
1 parent bfd7e33 commit bd5d933

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

depends/packages/qt.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ define $(package)_preprocess_cmds
201201
patch -p1 -i $($(package)_patch_dir)/drop_lrelease_dependency.patch && \
202202
patch -p1 -i $($(package)_patch_dir)/dont_hardcode_pwd.patch &&\
203203
mkdir -p qtbase/mkspecs/macx-clang-linux &&\
204-
cp -f qtbase/mkspecs/macx-clang/Info.plist.lib qtbase/mkspecs/macx-clang-linux/ &&\
205-
cp -f qtbase/mkspecs/macx-clang/Info.plist.app qtbase/mkspecs/macx-clang-linux/ &&\
206204
cp -f qtbase/mkspecs/macx-clang/qplatformdefs.h qtbase/mkspecs/macx-clang-linux/ &&\
207205
cp -f $($(package)_patch_dir)/mac-qmake.conf qtbase/mkspecs/macx-clang-linux/qmake.conf && \
208206
cp -r qtbase/mkspecs/linux-arm-gnueabi-g++ qtbase/mkspecs/bitcoin-linux-g++ && \

0 commit comments

Comments
 (0)