aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2014-06-25 14:18:40 +0200
committerAnders Broman <a.broman58@gmail.com>2014-06-27 13:29:53 +0000
commit18e14a4c6c47409c2e56e5aa5925c9f9669109eb (patch)
tree1afe4de6f7498724ebc49ece9badd47b1d77fb83 /config.nmake
parentd894c2e1e0ebe564ac8d9a6ee4a4d75b1996e662 (diff)
Have the makefile run windepoyqt if it exists to copy the required dlls to the install dir.
Change-Id: If87c2670e1ffef116d4497241f070fa41a70015b Reviewed-on: https://code.wireshark.org/review/2644 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index 1c35479ed5..6c9641bc0d 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1089,8 +1089,11 @@ ENABLE_LIBWIRESHARK=USE
#
# install (debug) directory for Wireshark (relative to your source dir)
INSTALL_DIR=wireshark-gtk2
+INSTALL_DIR_QT=wireshark-qt-release
-
+#
+# Lacking a better way, define the Qt version used here
+QT_VERSION=5.2
##### C-Runtime Redistributable #####
#