File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ $(package)_file_name=qtbase-$($(package)_suffix)
6
6
$(package)_sha256_hash =1c1b4e33137ca77881074c140d54c3c9747e845a31338cfe8680f171f0bc3a39
7
7
$(package)_linux_dependencies =freetype fontconfig libxcb libxkbcommon
8
8
$(package)_qt_libs =corelib network widgets gui plugins testlib
9
+ $(package)_linguist_tools = lrelease lupdate lconvert
9
10
$(package)_patches = qt.pro qttools_src.pro
10
11
$(package)_patches += fix_qt_pkgconfig.patch mac-qmake.conf fix_no_printer.patch no-xlib.patch
11
12
$(package)_patches+ = fix_android_qmake_conf.patch fix_android_jni_static.patch dont_hardcode_pwd.patch
@@ -263,9 +264,7 @@ endef
263
264
264
265
define $(package)_stage_cmds
265
266
$(MAKE ) -C qtbase/src INSTALL_ROOT=$($(package ) _staging_dir) $(addsuffix -install_subtargets,$(addprefix sub-,$($(package ) _qt_libs) ) ) && \
266
- $(MAKE ) -C qttools/src/linguist/lrelease INSTALL_ROOT=$($(package ) _staging_dir) install_target && \
267
- $(MAKE ) -C qttools/src/linguist/lupdate INSTALL_ROOT=$($(package ) _staging_dir) install_target && \
268
- $(MAKE ) -C qttools/src/linguist/lconvert INSTALL_ROOT=$($(package ) _staging_dir) install_target && \
267
+ $(MAKE ) -C qttools/src/linguist INSTALL_ROOT=$($(package ) _staging_dir) $(addsuffix -install_subtargets,$(addprefix sub-,$($(package ) _linguist_tools) ) ) && \
269
268
$(MAKE ) -C qttranslations INSTALL_ROOT=$($(package ) _staging_dir) install_subtargets
270
269
endef
271
270
You can’t perform that action at this time.
0 commit comments