aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-02-23 11:21:11 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-02-23 11:21:11 +0000
commit491104bf686fe8a233d2609f04aab67efe8d3052 (patch)
treeabdaf31846da9e1453f8010046bd39df493f73eb /doc
parent0885b657733bd29f4ae0f0ede0154b24c489407a (diff)
Update README.qt with last change in qtshark build
svn path=/trunk/; revision=47836
Diffstat (limited to 'doc')
-rw-r--r--doc/README.qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/README.qt b/doc/README.qt
index 9242b176ff..2d421efff9 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -25,7 +25,7 @@ There are several ways of building qtshark:
crazy that hasn't yet been sorted and folded. (Autotools + Boring Old
Make, without using QMake at all, might actually be simpler:
- http://www.mail-archive.com/automake@gnu.org/msg11149.html
+ http://www.mail-archive.com/automake@gnu.org/msg11149.html
2) Using cmake:
set BUILD_qtshark to ON (default: OFF) in CmakeOptions.txt (may be set
@@ -98,19 +98,19 @@ XXX: (WMeier): I've not had too much satisfaction using the "native Windows debu
- [Create and] Switch to a working dir to be used for .obj files, etc for Wireshark-qt compilation
- Use qmake to create Windows Makefile (based upon info in ui\qt\QtShark.pro and config.pri)
- qmake -o Makefile.nmake ...\ui\qt\QtShark.pro
+ qmake -o Makefile.nmake ..\..\ui\qt\QtShark.pro
;; (Only needs to be run once;
;; nmake -f Makefile.nmake will redo qmake if any
;; dependendencies (e.g., QtShark.pro) change.
- Compile & Build
- nmake -f Makefile.nmake ;; Wireshark.exe + all DLL's will be in <working-dir>\wireshark-qt
+ nmake -f Makefile.nmake ;; qtshark.exe + all DLL's will be in <working-dir>\wireshark-qt-debug
- Run:
- <working-dir>\wireshark
+ <working-dir>\wireshark-qt-debug
- Debug (with Visual Studio debugger)
Start Visual Studio;
- File ! Open ! Project/Solution ! .../<working-dir>/wireshark-qt/wireshark.exe
+ File ! Open ! Project/Solution ! .../<working-dir>/wireshark-qt-debug/qtshark.exe
(Using Solution Explorer ! Properties ! Environment to
add PATH=C:\Qt\4.8.0\bin;%PATH% will pobably be required).
... Debug in the usual manner