Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 40768: /trunk/ /trunk/doc/: README.qt /trunk/ui/qt/: QtS

Date: Mon, 30 Jan 2012 04:37:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40768

User: wmeier
Date: 2012/01/29 08:37 PM

Log:
 Rework Windows Wireshark Qt build configuration a bit:
 1. Compile and link with (almost exactly) the same options as used
    when building Windows Wireshark Gtk.
    The options used allow debugging of the exe using Visual Studio exactly
    as is done for Wireshark Gtk.
    Essentially: configure the "release" version to compile and link with
    symbols.  (See ui\qt\QtShark for the details).
 
 2. Update QtShark.pro to create a Makefile only for 1 version of Wireshark Qt
    which is linked against the "release" Qt libraries.
    (IOW: don't create a "debug" Makefile).
 
 3. Remove unused variable assignments from config.pri.
    (They can be added back if needed in the future).

Directory: /trunk/doc/
  Changes    Path          Action
  +43 -9     README.qt     Modified

Directory: /trunk/ui/qt/
  Changes    Path           Action
  +67 -1     QtShark.pro    Modified

Directory: /trunk/
  Changes    Path              Action
  +4 -6      Makefile.nmake    Modified