Skip to content

Commit

Permalink
qwindows.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and franku committed Oct 2, 2018
1 parent 2a6fca9 commit 9b33725
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/platforms/win32/winbareos-nsi.spec
Expand Up @@ -182,7 +182,6 @@ for flavor in %{flavors}; do
libGLESv2.dll \
libharfbuzz-0.dll \
libpcre16-0.dll \
qwindows.dll \
sed.exe \
sqlite3.exe \
zlib1.dll \
Expand All @@ -191,6 +190,9 @@ for flavor in %{flavors}; do
cp %{_mingw64_bindir}/$file $RPM_BUILD_ROOT/$flavor/release64
done

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


for BITS in 32 64; do
if [ "${BITS}" = "64" ]; then
Expand Down

0 comments on commit 9b33725

Please sign in to comment.