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

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 40768: /trunk/ /trunk/doc/: README.q

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Sun, 29 Jan 2012 23:45:37 -0500
On 1/29/2012 11:37 PM, wmeier@xxxxxxxxxxxxx wrote:
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).


I've made some changes with respect to building Windows Qt Wirehark as indicated above.

I've also added info to doc/README.qt as to how to build using the command line (and also how to debug using visual Studio).

I think the changes are reasonable.

However, if I've "gone off the rails" or something please let me know so I can change things or revert as needed.

Bill