From ce9cdb9d74c8fc4795e54dde3d76d523a1e6cc43 Mon Sep 17 00:00:00 2001 From: Philipp Storz Date: Thu, 27 Sep 2018 10:56:55 +0200 Subject: [PATCH] rename Qt dlls --- core/platforms/win32/winbareos-nsi.spec | 4 ++-- core/platforms/win32/winbareos.nsi | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/platforms/win32/winbareos-nsi.spec b/core/platforms/win32/winbareos-nsi.spec index ae96b1de224..09414418cf4 100644 --- a/core/platforms/win32/winbareos-nsi.spec +++ b/core/platforms/win32/winbareos-nsi.spec @@ -166,8 +166,8 @@ for flavor in %{flavors}; do libtermcap-0.dll \ openssl.exe \ libwinpthread-1.dll \ - QtCore4.dll \ - QtGui4.dll \ + Qt5Core.dll \ + Qt5Gui.dll \ sed.exe \ sqlite3.exe \ zlib1.dll \ diff --git a/core/platforms/win32/winbareos.nsi b/core/platforms/win32/winbareos.nsi index 58dc3271dc2..6674fefe88d 100644 --- a/core/platforms/win32/winbareos.nsi +++ b/core/platforms/win32/winbareos.nsi @@ -938,8 +938,8 @@ SectionIn 1 2 3 File "bareos-tray-monitor.exe" File "libpng*.dll" - File "QtCore4.dll" - File "QtGui4.dll" + File "Qt5Core.dll" + File "Qt5Gui.dll" # install configuration as templates SetOutPath "$INSTDIR\defaultconfigs\tray-monitor.d\monitor" @@ -2150,8 +2150,8 @@ ConfDeleteSkip: Delete "$INSTDIR\libtermcap-0.dll" Delete "$INSTDIR\libwinpthread-1.dll" Delete "$INSTDIR\zlib1.dll" - Delete "$INSTDIR\QtCore4.dll" - Delete "$INSTDIR\QtGui4.dll" + Delete "$INSTDIR\Qt5Core.dll" + Delete "$INSTDIR\Qt5Gui.dll" Delete "$INSTDIR\liblzo2-2.dll" Delete "$INSTDIR\libfastlz.dll" Delete "$INSTDIR\libjansson-4.dll"