aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-08 23:03:56 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-08 23:03:56 +0000
commitb3c844fa64680175bf0fe6a6f731d0a9f9eec113 (patch)
tree33660e9b9f9446bc8a1ed8f1c1e79195418d22ef /config.nmake
parent69da562c83e58c9bf71775ab492219534ee459cc (diff)
Add an initial Qt configuration and makefile targets.
svn path=/trunk/; revision=52456
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake20
1 files changed, 18 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 3cca0fbb2b..e913dfb085 100644
--- a/config.nmake
+++ b/config.nmake
@@ -297,7 +297,15 @@ GTK_INST_VERSION=3.4
!ENDIF
#
-# Optional: WinPcap developer's pack to capture network traffic.
+# Recommended: Qt
+#
+# This must point to a top-level Qt directory. QMake should be in
+# $(QT_DIR)\bin
+#
+#QT_DIR=C:\Qt\5.1.1-MSVC2010-win32
+
+#
+# Recommended: WinPcap developer's pack to capture network traffic.
#
# If you have the WinPcap developer's pack (at least version 3.0),
# set this to the directory in which the WinPcap developer's pack resides.
@@ -518,7 +526,15 @@ GTK_INST_VERSION=3.4
!ENDIF
#
-# Optional: WinPcap developer's pack to capture network traffic.
+# Recommended: Qt
+#
+# This must point to a top-level Qt directory. QMake should be in
+# $(QT_DIR)\bin
+#
+#QT_DIR=C:\Qt\5.1.1-MSVC2010-win64
+
+#
+# Recommended: WinPcap developer's pack to capture network traffic.
#
# If you have the WinPcap developer's pack (at least version 3.0),
# set this to the directory in which the WinPcap developer's pack resides.