aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.qt
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-01-22 19:52:40 +0000
committerBill Meier <wmeier@newsguy.com>2012-01-22 19:52:40 +0000
commit7ff47a2a3298084f544efa7067d1832fca96c7be (patch)
tree17aef42ac882ef751d1bc7f8c7ebee786107eff2 /doc/README.qt
parente10723aa96570469c8ff34259e0937ba57f4c04b (diff)
Add a note as to how I was able to build & successfully use a Debug Qt Wireshark.
svn path=/trunk/; revision=40654
Diffstat (limited to 'doc/README.qt')
-rw-r--r--doc/README.qt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/README.qt b/doc/README.qt
index f9ba325c11..d308c07a1b 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -51,6 +51,15 @@ select "Build Settings" and do the following:
- In "Edit build configuration" make sure the "Release" build is selected.
("Debug" currently crashes.)
+ XXX: I was able to build and use a Debug configuration by first building
+ Wireshark with /MDd (instead of the normal /MD).
+ (/MDd is what QtCreator uses for the debug configuration).
+ [Is there a way to config QtCreator to use /MD to build a
+ debug Qt Wireshark ? As a complete Qt newbie I have as yet no idea].
+
+ Note: I did the debugging using the VC2010 debugger rather than
+ invoking the debugger (CDB ?) from QtCreator.
+
- Make sure "Qt version" matches your version of Visual Studio.
- Make sure "Tool chain" matches your Visual C++ version.