Skip to content

Commit 267f259

Browse files
committed
depends: Drop workaround for a fixed bug in Qt build system
The bug reports: - https://bugreports.qt.io/browse/QTBUG-35444 - https://bugreports.qt.io/browse/QTBUG-32519 Fixed in Qt 5.3.0 (the workaround was introduced for Qt 5.2.1).
1 parent eec9366 commit 267f259

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

depends/packages/qt.mk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,7 @@ define $(package)_stage_cmds
278278
$(MAKE) -C src INSTALL_ROOT=$($(package)_staging_dir) $(addsuffix -install_subtargets,$(addprefix sub-,$($(package)_qt_libs))) && cd .. && \
279279
$(MAKE) -C qttools/src/linguist/lrelease INSTALL_ROOT=$($(package)_staging_dir) install_target && \
280280
$(MAKE) -C qttools/src/linguist/lupdate INSTALL_ROOT=$($(package)_staging_dir) install_target && \
281-
$(MAKE) -C qttranslations INSTALL_ROOT=$($(package)_staging_dir) install_subtargets && \
282-
if `test -f qtbase/src/plugins/platforms/xcb/xcb-static/libxcb-static.a`; then \
283-
cp qtbase/src/plugins/platforms/xcb/xcb-static/libxcb-static.a $($(package)_staging_prefix_dir)/lib; \
284-
fi
281+
$(MAKE) -C qttranslations INSTALL_ROOT=$($(package)_staging_dir) install_subtargets
285282
endef
286283

287284
define $(package)_postprocess_cmds

0 commit comments

Comments
 (0)