Skip to content

Commit 7f60428

Browse files
committed
build, qt: use one patch per line in depends/packages/qt.mk
1 parent 826cbc4 commit 7f60428

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

depends/packages/qt.mk

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,20 @@ $(package)_sha256_hash=26394ec9375d52c1592bd7b689b1619c6b8dbe9b6f91fdd5c35558978
77
$(package)_linux_dependencies=freetype fontconfig libxcb libxkbcommon libxcb_util libxcb_util_render libxcb_util_keysyms libxcb_util_image libxcb_util_wm
88
$(package)_qt_libs=corelib network widgets gui plugins testlib
99
$(package)_linguist_tools = lrelease lupdate lconvert
10-
$(package)_patches = qt.pro qttools_src.pro
11-
$(package)_patches += fix_qt_pkgconfig.patch mac-qmake.conf no-xlib.patch
12-
$(package)_patches += dont_hardcode_x86_64.patch fix_montery_include.patch
13-
$(package)_patches += fix_android_jni_static.patch dont_hardcode_pwd.patch
14-
$(package)_patches += qtbase-moc-ignore-gcc-macro.patch fix_limits_header.patch
10+
$(package)_patches = qt.pro
11+
$(package)_patches += qttools_src.pro
12+
$(package)_patches += mac-qmake.conf
13+
$(package)_patches += fix_qt_pkgconfig.patch
14+
$(package)_patches += no-xlib.patch
15+
$(package)_patches += dont_hardcode_x86_64.patch
16+
$(package)_patches += fix_montery_include.patch
17+
$(package)_patches += fix_android_jni_static.patch
18+
$(package)_patches += dont_hardcode_pwd.patch
19+
$(package)_patches += qtbase-moc-ignore-gcc-macro.patch
20+
$(package)_patches += fix_limits_header.patch
1521
$(package)_patches += use_android_ndk23.patch
16-
$(package)_patches += rcc_hardcode_timestamp.patch duplicate_lcqpafonts.patch
22+
$(package)_patches += rcc_hardcode_timestamp.patch
23+
$(package)_patches += duplicate_lcqpafonts.patch
1724

1825
$(package)_qttranslations_file_name=qttranslations-$($(package)_suffix)
1926
$(package)_qttranslations_sha256_hash=5d7869f670a135ad0986e266813b9dd5bbae2b09577338f9cdf8904d4af52db0

0 commit comments

Comments
 (0)