File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ $(package)_linguist_tools = lrelease lupdate lconvert
10
10
$(package)_patches = qt.pro qttools_src.pro
11
11
$(package)_patches += fix_qt_pkgconfig.patch mac-qmake.conf fix_no_printer.patch no-xlib.patch
12
12
$(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
14
14
$(package)_patches+ = fix_lib_paths.patch fix_android_pch.patch
15
15
$(package)_patches+ = qtbase-moc-ignore-gcc-macro.patch fix_limits_header.patch
16
16
@@ -224,7 +224,6 @@ endef
224
224
define $(package)_preprocess_cmds
225
225
cp $($(package ) _patch_dir) /qt.pro qt.pro && \
226
226
cp $($(package ) _patch_dir) /qttools_src.pro qttools/src/src.pro && \
227
- patch -p1 -i $($(package ) _patch_dir) /drop_lrelease_dependency.patch && \
228
227
patch -p1 -i $($(package ) _patch_dir) /dont_hardcode_pwd.patch && \
229
228
patch -p1 -i $($(package ) _patch_dir) /fix_qt_pkgconfig.patch && \
230
229
patch -p1 -i $($(package ) _patch_dir) /fix_no_printer.patch && \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments