Skip to content

Commit 6a1f98f

Browse files
committed
build, qt: Drop lrelease dependency patch
It is no longer required after switching to Qt top-level build.
1 parent 39e561e commit 6a1f98f

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

depends/packages/qt.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $(package)_linguist_tools = lrelease lupdate lconvert
1010
$(package)_patches = qt.pro qttools_src.pro
1111
$(package)_patches += fix_qt_pkgconfig.patch mac-qmake.conf fix_no_printer.patch no-xlib.patch
1212
$(package)_patches+= fix_android_qmake_conf.patch fix_android_jni_static.patch dont_hardcode_pwd.patch
13-
$(package)_patches+= drop_lrelease_dependency.patch no_sdk_version_check.patch
13+
$(package)_patches+= no_sdk_version_check.patch
1414
$(package)_patches+= fix_lib_paths.patch fix_android_pch.patch
1515
$(package)_patches+= qtbase-moc-ignore-gcc-macro.patch fix_limits_header.patch
1616

@@ -224,7 +224,6 @@ endef
224224
define $(package)_preprocess_cmds
225225
cp $($(package)_patch_dir)/qt.pro qt.pro && \
226226
cp $($(package)_patch_dir)/qttools_src.pro qttools/src/src.pro && \
227-
patch -p1 -i $($(package)_patch_dir)/drop_lrelease_dependency.patch && \
228227
patch -p1 -i $($(package)_patch_dir)/dont_hardcode_pwd.patch && \
229228
patch -p1 -i $($(package)_patch_dir)/fix_qt_pkgconfig.patch && \
230229
patch -p1 -i $($(package)_patch_dir)/fix_no_printer.patch && \

depends/patches/qt/drop_lrelease_dependency.patch

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)