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
This commit is contained in:
Alexis La Goutte 2012-11-27 13:14:37 +00:00
parent 126c3f8b88
commit 70a4056c1d
2 changed files with 17 additions and 0 deletions

View File

@ -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 \

View File

@ -123,6 +123,21 @@ QRC_FILES = \
i18n.qrc \
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