From 1f08f87735eb4cc0fa062e22fc19a2dc16e0f3bf Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 29 Jul 2014 17:24:14 -0700 Subject: Dont force qt-dll-manifest.txt. Change-Id: I06781f9b0b89561a96b00c27f938005ebf5b915f Reviewed-on: https://code.wireshark.org/review/3254 Reviewed-by: Gerald Combs --- packaging/nsis/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/nsis/Makefile.nmake') diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake index d9e721853c..7d9c19ae2b 100644 --- a/packaging/nsis/Makefile.nmake +++ b/packaging/nsis/Makefile.nmake @@ -231,7 +231,7 @@ NSIS_FLAGS=\ !ENDIF wireshark.nsi: qt-dll-manifest.txt -qt-dll-manifest.txt: _FORCE_ +qt-dll-manifest.txt: !IF EXIST("$(QT5_BASE_DIR)\bin\windeployqt.exe") "$(QT5_BASE_DIR)\bin\windeployqt.exe" \ --release \ -- cgit v1.2.3