Skip to content

Commit

Permalink
removed icu from qt libs to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and franku committed Oct 2, 2018
1 parent fffe2f0 commit 823c0b2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions core/platforms/win32/winbareos-nsi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ for flavor in %{flavors}; do
done
done


# needs to be added to following files if qt is built with icu support
# icui18n56.dll \
# icudata56.dll \
# icuuc56.dll \

for file in \
libcrypto-*.dll \
libfastlz.dll \
Expand All @@ -174,12 +180,6 @@ for flavor in %{flavors}; do
Qt5Core.dll \
Qt5Gui.dll \
Qt5Widgets.dll \

# needs to be added if qt is built with icu support
# icui18n56.dll \
# icudata56.dll \
# icuuc56.dll \

libfreetype-6.dll \
libglib-2.0-0.dll \
libintl-8.dll \
Expand All @@ -194,6 +194,7 @@ for flavor in %{flavors}; do
cp %{_mingw64_bindir}/$file $RPM_BUILD_ROOT/$flavor/release64
done


cp %{_mingw32_libdir}/qt5/plugins/platforms/qwindows.dll $RPM_BUILD_ROOT/$flavor/release32
cp %{_mingw64_libdir}/qt5/plugins/platforms/qwindows.dll $RPM_BUILD_ROOT/$flavor/release64

Expand Down

0 comments on commit 823c0b2

Please sign in to comment.