Try 2 to fix Portable App buildbot
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Fri, 30 Aug 2013 11:47:58 +0000 (11:47 -0000)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Fri, 30 Aug 2013 11:47:58 +0000 (11:47 -0000)
svn path=/trunk/; revision=51595

packaging/portableapps/win32/makenmake.pl

index 7065c530b73a9ca9cad3fd0ff1763d4686bbd354..69766c70d662f9711a6329840059b826d10166c4 100755 (executable)
@@ -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:
 };