aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.qt
AgeCommit message (Collapse)AuthorFilesLines
2012-02-02Update documentatin for the qt build to reflect the cmake work.Jörg Mayer1-5/+18
svn path=/trunk/; revision=40810
2012-01-30Rework Windows Wireshark Qt build configuration a bit:Bill Meier1-9/+43
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). svn path=/trunk/; revision=40768
2012-01-22Add a note as to how I was able to build & successfully use a Debug Qt ↵Bill Meier1-0/+9
Wireshark. svn path=/trunk/; revision=40654
2012-01-21Or maybe we should just act as if QMake didn't exist and just tryGuy Harris1-1/+6
letting Boring Old Make do it; I have that autotools+make working with a --with-qt option, albeit in a not-yet-ready-for-prime-time state. svn path=/trunk/; revision=40618
2012-01-20Add more configuration information to config.pri which lets us removeGerald Combs1-5/+9
more hard-coded definitions from QtShark.pro. Quote an error message to fix a Qt Creator complaint. Add ui\qt\config.pri to the top-level "all" nmake target. Update README.qt. svn path=/trunk/; revision=40607
2012-01-19Slightly more details on building the qt version on Linux.Jörg Mayer1-1/+2
svn path=/trunk/; revision=40598
2012-01-05Wrap lines for those of us who use editors that don't (by default) line wrap.Jeff Morriss1-11/+32
svn path=/trunk/; revision=40381
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+41
svn path=/trunk/; revision=40378