summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-11 11:25:40 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-11 11:25:40 +0000
commitf0e92efd2483a82d6f9a4b3dbab5605360d2d9fc (patch)
tree547560771f669a5320e17cf91c304c208ad24739 /README.cmake
parentf5fd46fe6d5ca4635c3423be9be30e51ab0427a5 (diff)
downloadwireshark-f0e92efd2483a82d6f9a4b3dbab5605360d2d9fc.tar.gz
The path for the Qt5 installation now needs to be set as a
windows environment variable. svn path=/trunk/; revision=52540
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index 7019938d9a..e98b92e46e 100644
--- a/README.cmake
+++ b/README.cmake
@@ -63,6 +63,7 @@ How to do out of tree build (Win32/64):
1a) Set WIRESHARK_BASE_DIR=c:\wireshark (the parent directory of the
library directory).
1b) set WIRESHARK_TARGET_PLATFORM=win32 (or win64)
+1c) set QT5_BASE_DIR=c:\Qt\Qt5.1.1\5.1.1 (or whatever)
2) Install cmake
3) mkdir c:\wireshark\build
4) cd c:\wireshark\build