http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46217
User: alagoutte
Date: 2012/11/27 01:18 AM
Log:
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
Directory: /trunk/ui/qt/
Changes Path Action
+9 -0 Makefile.am Modified
+6 -1 Makefile.common Modified
Directory: /trunk/
Changes Path Action
+2 -0 Makefile.am Modified