aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/Makefile.common
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-11-27 13:14:37 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-11-27 13:14:37 +0000
commit70a4056c1d145b290ebb2b13e0b29cc6036856a8 (patch)
tree6553c0324e61e8100c03a72556cfb5fcedff9a8f /ui/qt/Makefile.common
parent126c3f8b880319d7c33328a2ed15508598ba718e (diff)
From report of Joerg Wunsch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7973 QRC files are missing in 1.8.3/SVN release tarball
Fix : make[2]: *** No rule to make target `ui/qt/qtshark_fr.ts', needed by `ui/qt/qtshark_fr.qm'. Stop. make[1]: *** [ui/qt/CMakeFiles/qtui.dir/all] Error 2 make: *** [all] Error 2 From me: Add missing files (*.ts, *.qm) to ui/qt/Makefile.common svn path=/trunk/; revision=46218
Diffstat (limited to 'ui/qt/Makefile.common')
-rw-r--r--ui/qt/Makefile.common15
1 files changed, 15 insertions, 0 deletions
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