ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10963] wireshark QT has blank content in Authors and Licen

Date: Mon, 16 Feb 2015 06:31:31 +0000

Comment # 7 on bug 10963 from
Thanks. The Authors and Licenses Tab has content after I copy AUTHORS-SHORT and
COPYING.txt from wireshark-gtk2/ to wireshark-qt-release/.
  I am afraid that we can't only make INSTALL_DIR and INSTALL_DIR_QT the same
in config.nmake because both of them have some dependencies. Maybe we should
use INSTALL_DIR and INSTALL_DIR_QT in the whole wireshark project instead of
using explicit wireshark-gtk2/ and wireshark-qt-release/ in some files. 

$ grep -r "wireshark-qt-release" *
config.nmake:#INSTALL_DIR_QT=wireshark-qt-release
docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc:. For the QT version run
`C:\Development\wireshark\wireshark-qt-release\Wireshark.exe` and make sure it
starts.
docbook/wsdg_src/WSDG_chapter_sources.asciidoc:'wireshark-qt-release'. You can
run the program from there by
docbook/wsdg_src/WSDG_chapter_tools.asciidoc:i.e.
C:\Development\Wireshark\wireshark-qt-release\Wireshark.exe, and then
docbook/wsdg_src/WSDG_chapter_tools.asciidoc:i.e.
C:\Development\Wireshark\wireshark-qt-release\Wireshark.exe.  To set a
packaging/nsis/Makefile.nmake:!IF
EXIST("..\..\wireshark-qt-release\wireshark.exe")
packaging/nsis/Makefile.nmake:          -e
s/@QT_DIR@/..\\..\\wireshark-qt-release/ \
packaging/nsis/Makefile.nmake:          -Executable
..\..\wireshark-qt-release\wireshark.exe \
packaging/nsis/windeployqt-to-nsis.ps1:File
"..\..\wireshark-qt-release\Qt5Core.dll"
packaging/nsis/windeployqt-to-nsis.ps1:File
"..\..\wireshark-qt-release\Qt5Gui.dll"
packaging/nsis/windeployqt-to-nsis.ps1:File
"..\..\wireshark-qt-release\Qt5Widgets.dll"
packaging/nsis/windeployqt-to-nsis.ps1:File
"..\..\wireshark-qt-release\Qt5PrintSupport.dll"
packaging/nsis/windeployqt-to-nsis.ps1:File /r
"..\..\wireshark-qt-release\platforms"
packaging/nsis/windeployqt-to-nsis.ps1:File
"..\..\wireshark-qt-release\QtCore4.dll"
packaging/nsis/windeployqt-to-nsis.ps1:File
"..\..\wireshark-qt-release\QtGui4.dll"
packaging/portableapps/win32/Makefile.nmake:!IF
EXIST("..\..\wireshark-qt-release\wireshark.exe")
packaging/portableapps/win32/Makefile.nmake:QT_DIR              =
"..\..\wireshark-qt-release"
packaging/portableapps/win32/Makefile.nmake:!IF
EXIST("..\..\wireshark-qt-release\Qt5Core.dll")
packaging/portableapps/win32/Makefile.nmake:!IF
EXIST("..\..\wireshark-qt-release\QtCore4.dll")
packaging/portableapps/win32/Makefile.nmake:    xcopy
$(TOPDIR)\wireshark-qt-release $(WIRESHARK_DIR) /D /I /E /Y
test/config.sh:
WS_QT_BIN_PATH=${WS_QT_BIN_PATH:-$SOURCE_DIR/wireshark-qt-release}
ui/qt/Makefile:DESTDIR        = ..\..\wireshark-qt-release\ #avoid
trailing-slash linebreak
ui/qt/Makefile:DESTDIR_TARGET = ..\..\wireshark-qt-release\Wireshark.exe
ui/qt/Makefile: -$(DEL_FILE) *.pdb ..\..\wireshark-qt-release\Wireshark1.exp
ui/qt/Wireshark.pro:    DESTDIR = "$${TOP_SRCDIR}/wireshark-qt-release"
Binary file wireshark-qt-release/Wireshark.exe matches
Binary file wireshark-qt-release/Wireshark.pdb matches

$ grep -r "wireshark-gtk2" *
config.nmake:#INSTALL_DIR=wireshark-gtk2
docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc:. For the older GTK version
run `C:\Development\wireshark\wireshark-gtk2\Wireshark-gtk.exe`.
packaging/ws-manifest.pl:# nsis\wireshark.nsi, copy files to wireshark-gtk2,
and copy files to
test/config.sh: WS_BIN_PATH=${WS_BIN_PATH:-$SOURCE_DIR/wireshark-gtk2}
test/suite-unittests.sh:        # if we're on windows, we have to copy the test
exe to the wireshark-gtk2
test/suite-unittests.sh:                (cd `dirname $DUT` && $MAKE `basename
$DUT`_install INSTALL_DIR='wireshark-gtk2\') > testout.txt 2>&1
test/suite-unittests.sh:               
DUT=$SOURCE_DIR/wireshark-gtk2/`basename $DUT`
ui/gtk/webbrowser.c:     (eg: wireshak-gtk2.exe exists in the same directory as
 a wireshark-gtk2
ui/qt/Wireshark.pro:    # This doesn't depend on wireshark-gtk2. It also
doesn't work.


You are receiving this mail because:
  • You are watching all bug changes.