aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2014-06-30 23:53:56 +0100
committerAnders Broman <a.broman58@gmail.com>2014-07-01 19:16:52 +0000
commite1e7dd0cfd505ac22a1f9ef8b42957c3d88df5fe (patch)
tree065a12e609dfcf9d8ab95a3d2802e3c14b7e4abb /config.nmake
parentb5e266feda9c423550970837629f5ca32069dd1a (diff)
Fix the QT build on Qt 5.3 or later to use the windeployqt tool
to copy the rquired Qt files into the runtime directory Qt 5.2 is broken as windeployqt doesn't take the required --release flag Also fix the passing of GCC_DLL and GPGERROR_DLL into config.pri so that the Qt build copies the required files instead of the entire gnutls bin dir twice (the variables expanded to nothing). Add support for autodetection of Qt 5.3.0 with msvc2013 Change-Id: I1e9c70a5ff5d1fdfdce88ba15d324f1899c8129c Reviewed-on: https://code.wireshark.org/review/2734 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake6
1 files changed, 2 insertions, 4 deletions
diff --git a/config.nmake b/config.nmake
index 6c9641bc0d..9d8d45b88e 100644
--- a/config.nmake
+++ b/config.nmake
@@ -332,6 +332,8 @@ QT5_BASE_DIR=C:\Qt\5.2.1\msvc2010
QT5_BASE_DIR=C:\Qt\5.2.1\msvc2012
!ELSE IF EXIST(C:\Qt\5.2.1\msvc2012_64)
QT5_BASE_DIR=C:\Qt\5.2.1\msvc2012_64
+!ELSE IF EXIST(C:\Qt\Qt5.3.0\5.3\msvc2013)
+QT5_BASE_DIR=C:\Qt\Qt5.3.0\5.3\msvc2013
# Digia official, installed in $(WIRESHARK_LIB_DIR)
!ELSE IF EXIST($(WIRESHARK_LIB_DIR)\Qt5.1.1\5.1.1\msvc2010)
QT5_BASE_DIR=$(WIRESHARK_LIB_DIR)\Qt5.1.1\5.1.1\msvc2010
@@ -1091,10 +1093,6 @@ ENABLE_LIBWIRESHARK=USE
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 #####
#
# The C-Runtime since Version 7 must be shipped together with