Skip to content

Commit

Permalink
rename Qt dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Sep 27, 2018
1 parent 1482fa8 commit ce9cdb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/platforms/win32/winbareos-nsi.spec
Expand Up @@ -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 \
Expand Down
8 changes: 4 additions & 4 deletions core/platforms/win32/winbareos.nsi
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ce9cdb9

Please sign in to comment.