aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/qt/Makefile.am2
-rw-r--r--ui/qt/Makefile.common15
2 files changed, 17 insertions, 0 deletions
diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am
index 5e21bd9159..03b5bc6186 100644
--- a/ui/qt/Makefile.am
+++ b/ui/qt/Makefile.am
@@ -132,6 +132,8 @@ remote_icons.h:
EXTRA_DIST = \
$(GENERATOR_FILES) \
$(QRC_FILES) \
+ $(TS_FILES) \
+ $(QM_FILES) \
CMakeLists.txt \
doxygen.cfg.in \
export_object_dialog.ui \
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index 2b7372ed08..474a910957 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -124,6 +124,21 @@ QRC_FILES = \
welcome.qrc
#
+# .ts files.
+#
+TS_FILES = \
+ qtshark_fr.ts \
+ qtshark_de.ts
+
+#
+# .qm files.
+#
+# Should be auto-generated ?
+QM_FILES = \
+ qtshark_fr.qm \
+ qtshark_de.qm
+
+#
# The .rcc.cpp files generated from them.
# We do *not* include these in the distribution; if you have the Qt SDK
# installed, so that you can build Qt-based applications, you have moc