aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2015-03-01 18:43:54 +0100
committerMartin Kaiser <wireshark@kaiser.cx>2015-03-03 11:41:36 +0000
commit5c2810eb21dca01c70ebc3cf63120d0e0fae1ca2 (patch)
tree94be18d0af697adc44384a1e44155ce2355456ad /ui
parent1864deb0fabbca55bfe8a1f63a29ec05485ee770 (diff)
build the list of .qm files from the list of .ts files
(2nd attempt: yesterday's builbot failure wasn't caused by this commit) Change-Id: If87d6b55cc733ff35a3677860b4559a7082a15b2 Reviewed-on: https://code.wireshark.org/review/7502 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/Makefile.common11
1 files changed, 2 insertions, 9 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index 2ccabd9d2e..b201bb9c10 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -305,15 +305,8 @@ TS_FILES = \
#
# .qm files.
#
-# Should be auto-generated ?
-QM_FILES = \
- wireshark_de.qm \
- wireshark_en.qm \
- wireshark_fr.qm \
- wireshark_it.qm \
- wireshark_ja_JP.qm \
- wireshark_pl.qm \
- wireshark_zh_CN.qm
+# Should they be auto-generated ?
+QM_FILES = $(TS_FILES:.ts=.qm)
#
# The .rcc.cpp files generated from them.