http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50147
User: morriss
Date: 2013/06/25 12:51 PM
Log:
Allow the Gtk+ and Qt versions to be built simultaneously (with autotools).
./configure now accepts:
--with-gtk2 : enabled by default; exclusive of --with-gtk3
--with-gtk3 : disabled by default; exclusive of --with-gtk2
--with-qt : disabled by default, can be specified with gtk
--enable-wireshark : controls whether *any* GUI is built
If Qt is enabled then a new program is created: "wireshark-qt". "wireshark"
remains the Gtk+ version.
Directory: /trunk/
Changes Path Action
+39 -29 Makefile.am Modified
+9 -9 Makefile.common Modified
+2 -2 Makefile.nmake Modified
+112 -106 configure.ac Modified