Skip to content

Commit bf52777

Browse files
committed
qt: Skip qtbase_avoid_qmain.patch
1 parent 7b51bf1 commit bf52777

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

depends/packages/qt.mk

-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ $(package)_patches_path := $(qt_details_patches_path)
1212
$(package)_patches := dont_hardcode_pwd.patch
1313
$(package)_patches += qtbase-moc-ignore-gcc-macro.patch
1414
$(package)_patches += qtbase_avoid_native_float16.patch
15-
$(package)_patches += qtbase_avoid_qmain.patch
1615
$(package)_patches += rcc_hardcode_timestamp.patch
1716
$(package)_patches += utc_from_string_no_optimize.patch
1817
$(package)_patches += windows_lto.patch
@@ -255,7 +254,6 @@ define $(package)_preprocess_cmds
255254
patch -p1 -i $($(package)_patch_dir)/dont_hardcode_pwd.patch && \
256255
patch -p1 -i $($(package)_patch_dir)/qtbase-moc-ignore-gcc-macro.patch && \
257256
patch -p1 -i $($(package)_patch_dir)/qtbase_avoid_native_float16.patch && \
258-
patch -p1 -i $($(package)_patch_dir)/qtbase_avoid_qmain.patch && \
259257
patch -p1 -i $($(package)_patch_dir)/rcc_hardcode_timestamp.patch && \
260258
patch -p1 -i $($(package)_patch_dir)/utc_from_string_no_optimize.patch && \
261259
patch -p1 -i $($(package)_patch_dir)/windows_lto.patch && \

0 commit comments

Comments
 (0)