Skip to content

Commit

Permalink
Widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Sep 27, 2018
1 parent e0a2152 commit a145be7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/platforms/win32/winbareos-nsi.spec
Expand Up @@ -172,6 +172,7 @@ for flavor in %{flavors}; do
libwinpthread-1.dll \
Qt5Core.dll \
Qt5Gui.dll \
Qt5Widgets.dll \
icui18n56.dll \
sed.exe \
sqlite3.exe \
Expand Down
2 changes: 2 additions & 0 deletions core/platforms/win32/winbareos.nsi
Expand Up @@ -940,6 +940,7 @@ SectionIn 1 2 3
File "libpng*.dll"
File "Qt5Core.dll"
File "Qt5Gui.dll"
File "Qt5Widgets.dll"
FIle "icui18n56.dll"

# install configuration as templates
Expand Down Expand Up @@ -2153,6 +2154,7 @@ ConfDeleteSkip:
Delete "$INSTDIR\zlib1.dll"
Delete "$INSTDIR\Qt5Core.dll"
Delete "$INSTDIR\Qt5Gui.dll"
Delete "$INSTDIR\Qt5Widgets.dll"
Delete "$INSTDIR\icui18n56.dll"
Delete "$INSTDIR\liblzo2-2.dll"
Delete "$INSTDIR\libfastlz.dll"
Expand Down

0 comments on commit a145be7

Please sign in to comment.