aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-02-23 09:58:46 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-02-23 09:58:46 +0000
commit7dcc02efac32c4e33957cfad2cc7f5eb719330f0 (patch)
treec86018c731cfdf153e86107b70a40b8e608fa1bd /packaging/portableapps
parent5a781022bcac4bd121d21275d148152d849a726b (diff)
Fix Build of PortableAPPs with Qtshark
svn path=/trunk/; revision=47833
Diffstat (limited to 'packaging/portableapps')
-rwxr-xr-xpackaging/portableapps/win32/makenmake.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/portableapps/win32/makenmake.pl b/packaging/portableapps/win32/makenmake.pl
index 1c5c7b2fea..7065c530b7 100755
--- a/packaging/portableapps/win32/makenmake.pl
+++ b/packaging/portableapps/win32/makenmake.pl
@@ -18,7 +18,7 @@ MOVE = mv
MKDIR = mkdir
COPY_FLAGS = /d /y
!IF EXIST("$(TOPDIR)\wireshark-qt-release\qtshark.exe")
-QT_DIR="$(TOPDIR)\wireshark-qt-release" \
+QT_DIR="$(TOPDIR)\wireshark-qt-release"
!ENDIF
distribution:
};