summaryrefslogtreecommitdiff
path: root/ui/qt/Makefile.am
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-11-27 09:18:42 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-11-27 09:18:42 +0000
commit126c3f8b880319d7c33328a2ed15508598ba718e (patch)
treeedb1a204bed77ec91639e71d771906a8c33f3f4f /ui/qt/Makefile.am
parent85e8ebaf1984d81ffd7d6a15e3a2cfaf6ecf82fc (diff)
downloadwireshark-126c3f8b880319d7c33328a2ed15508598ba718e.tar.gz
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 : CMake Error at /usr/share/cmake-2.8/Modules/Qt4Macros.cmake:187 (FILE): file Internal CMake error when trying to open file: /wireshark-1.9.0-SVN/ui/qt/i18n.qrc for reading. Call Stack (most recent call first): ui/qt/CMakeLists.txt:139 (QT4_ADD_RESOURCES) ... From me: Add missing files (*.qrc, qtshark.pro...) to ui/qt/Makefile.common svn path=/trunk/; revision=46217
Diffstat (limited to 'ui/qt/Makefile.am')
-rw-r--r--ui/qt/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am
index 5d5e0dee46..5e21bd9159 100644
--- a/ui/qt/Makefile.am
+++ b/ui/qt/Makefile.am
@@ -131,12 +131,21 @@ remote_icons.h:
# Makefile.nmake
EXTRA_DIST = \
$(GENERATOR_FILES) \
+ $(QRC_FILES) \
CMakeLists.txt \
doxygen.cfg.in \
+ export_object_dialog.ui \
+ file_set_dialog.ui \
+ import_text_dialog.ui \
main.cpp \
Makefile.common \
Makefile_custom.common \
main_welcome.ui \
main_window.ui \
+ packet_format_group_box.ui \
+ packet_range_group_box.ui \
+ print_dialog.ui \
+ QtShark.pro \
+ splash_overlay.ui \
display_filter_16.svg \
gpl-template.txt