aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-01-20 18:30:44 +0000
committerGerald Combs <gerald@wireshark.org>2012-01-20 18:30:44 +0000
commit463b3178e8d4208e10a7adb0a3e8a91c8c7ed5d0 (patch)
tree1b840827b4c99f82efccf69e1fee0dc511fd6f46 /doc
parentdbf1be8944e33304950d97ada20a307d371cf1bf (diff)
Add more configuration information to config.pri which lets us remove
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
Diffstat (limited to 'doc')
-rw-r--r--doc/README.qt14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/README.qt b/doc/README.qt
index 02aa1bfe32..f6e1ce13ba 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -36,18 +36,22 @@ Wireshark. Instead of downloading the Qt SDK all-in-one package, download the
Qt Libraries package that matches your compiler (VS 2008 or VS 2010) and Qt
Creator for Windows.
-For the time being you must set win32:WIRESHARK_LIB_DIR in QtShark.pro to
-match the global build environment. The default location is
-c:/wireshark-win32-libs (yes, that's a forward slash).
+Settings in config.nmake are passed to the Qt environment via
+ui/qt/config.pri. This file should be created automatically when you
+compile Wireshark in the top-level source directory. You can create it
+by hand by running "nmake -f Makefile.nmake ui\qt\config.pri".
-Before compiling select "Projects" in the left toolbar, select "Build Settings"
-and do the following:
+Before compiling in Qt Creator select "Projects" in the left toolbar,
+select "Build Settings" and do the following:
- In "Edit build configuration" make sure the "Release" build is selected.
("Debug" currently crashes.)
- Make sure "Qt version" matches your version of Visual Studio.
- Make sure "Tool chain" matches your Visual C++ version.
+If you require plugin support select "Run Settings" and add
+"WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1" to the Run Environment.
+
1.1.3 Linux
Install the Qt libraries and Qt Creator via your package manager or from