aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-30 11:47:58 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-30 11:47:58 +0000
commit256d29049149546f419d0fc728c9a14bdb012121 (patch)
treec8724564fc51cc3cd573f1a8615d23bef7b1058a /packaging
parent84f2e7d2216bbb6ab697ce3292c8293146e5c35f (diff)
Try 2 to fix Portable App buildbot
svn path=/trunk/; revision=51595
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/portableapps/win32/makenmake.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/portableapps/win32/makenmake.pl b/packaging/portableapps/win32/makenmake.pl
index 7065c530b7..69766c70d6 100755
--- a/packaging/portableapps/win32/makenmake.pl
+++ b/packaging/portableapps/win32/makenmake.pl
@@ -20,6 +20,11 @@ COPY_FLAGS = /d /y
!IF EXIST("$(TOPDIR)\wireshark-qt-release\qtshark.exe")
QT_DIR="$(TOPDIR)\wireshark-qt-release"
!ENDIF
+!IF EXIST("..\..\wireshark-qt-release\Qt5Core.dll")
+ /DQT_VER=5 \
+!ELSE
+ /DQT_VER=4 \
+!ENDIF
distribution:
};