File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -261,20 +261,23 @@ define $(package)_config_cmds
261
261
qtbase/bin/qmake -o qttranslations/Makefile qttranslations/qttranslations.pro && \
262
262
qtbase/bin/qmake -o qttranslations/translations/Makefile qttranslations/translations/translations.pro && \
263
263
qtbase/bin/qmake -o qttools/src/linguist/lrelease/Makefile qttools/src/linguist/lrelease/lrelease.pro && \
264
- qtbase/bin/qmake -o qttools/src/linguist/lupdate/Makefile qttools/src/linguist/lupdate/lupdate.pro
264
+ qtbase/bin/qmake -o qttools/src/linguist/lupdate/Makefile qttools/src/linguist/lupdate/lupdate.pro && \
265
+ qtbase/bin/qmake -o qttools/src/linguist/lconvert/Makefile qttools/src/linguist/lconvert/lconvert.pro
265
266
endef
266
267
267
268
define $(package)_build_cmds
268
269
$(MAKE ) -C qtbase/src $(addprefix sub-,$($(package ) _qt_libs) ) && \
269
270
$(MAKE ) -C qttools/src/linguist/lrelease && \
270
271
$(MAKE ) -C qttools/src/linguist/lupdate && \
272
+ $(MAKE ) -C qttools/src/linguist/lconvert && \
271
273
$(MAKE ) -C qttranslations
272
274
endef
273
275
274
276
define $(package)_stage_cmds
275
277
$(MAKE ) -C qtbase/src INSTALL_ROOT=$($(package ) _staging_dir) $(addsuffix -install_subtargets,$(addprefix sub-,$($(package ) _qt_libs) ) ) && \
276
278
$(MAKE ) -C qttools/src/linguist/lrelease INSTALL_ROOT=$($(package ) _staging_dir) install_target && \
277
279
$(MAKE ) -C qttools/src/linguist/lupdate INSTALL_ROOT=$($(package ) _staging_dir) install_target && \
280
+ $(MAKE ) -C qttools/src/linguist/lconvert INSTALL_ROOT=$($(package ) _staging_dir) install_target && \
278
281
$(MAKE ) -C qttranslations INSTALL_ROOT=$($(package ) _staging_dir) install_subtargets
279
282
endef
280
283
You can’t perform that action at this time.
0 commit comments