Fix build when use PortablesAPPS

svn path=/trunk/; revision=54607
This commit is contained in:
Alexis La Goutte 2014-01-05 18:16:29 +00:00
parent a051efea06
commit 9e49bf897d
1 changed files with 2 additions and 0 deletions

View File

@ -21,10 +21,12 @@ COPY = xcopy
MOVE = mv
MKDIR = mkdir
COPY_FLAGS = /d /y
PROGRAM_NAME_PATH_GTK = $(PROGRAM_NAME).exe
# XXX This should be defined in config.nmake.
!IF EXIST("$(TOPDIR)\wireshark-qt-release\qtshark.exe")
QT_DIR = "$(TOPDIR)\wireshark-qt-release"
PROGRAM_NAME_PATH_QT = "qtshark.exe"
!ENDIF
!IF EXIST("$(TOPDIR)\wireshark-qt-release\Qt5Core.dll")
NEED_QT5_DLL = USE