From 9121987142ddd79dc9f934707ca7d57384c8515b Mon Sep 17 00:00:00 2001 From: Syping Date: Fri, 24 Apr 2020 05:45:18 +0200 Subject: [PATCH] fix Qt plugins in NSIS script --- .ci/gta5view.nsi | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.ci/gta5view.nsi b/.ci/gta5view.nsi index 2633b41..9a3e81b 100644 --- a/.ci/gta5view.nsi +++ b/.ci/gta5view.nsi @@ -130,21 +130,21 @@ File "../res/qtbase_ru.qm" File "../res/qtbase_uk.qm" File "../res/qtbase_zh_TW.qm" SetOutPath "$INSTDIR\imageformats" -File "/opt/windev/qt64d-latest/plugins/imageformats/qgif.dll" -File "/opt/windev/qt64d-latest/plugins/imageformats/qicns.dll" -File "/opt/windev/qt64d-latest/plugins/imageformats/qico.dll" -File "/opt/windev/qt64d-latest/plugins/imageformats/qjpeg.dll" -File "/opt/windev/qt64d-latest/plugins/imageformats/qsvg.dll" -File "/opt/windev/qt64d-latest/plugins/imageformats/qtga.dll" -File "/opt/windev/qt64d-latest/plugins/imageformats/qtiff.dll" -File "/opt/windev/qt64d-latest/plugins/imageformats/qwbmp.dll" -File "/opt/windev/qt64d-latest/plugins/imageformats/qwebp.dll" +File "/usr/local/lib/x86_64-w64-mingw32/qt5/plugins/imageformats/qgif.dll" +File "/usr/local/lib/x86_64-w64-mingw32/qt5/plugins/imageformats/qicns.dll" +File "/usr/local/lib/x86_64-w64-mingw32/qt5/plugins/imageformats/qico.dll" +File "/usr/local/lib/x86_64-w64-mingw32/qt5/plugins/imageformats/qjpeg.dll" +File "/usr/local/lib/x86_64-w64-mingw32/qt5/plugins/imageformats/qsvg.dll" +File "/usr/local/lib/x86_64-w64-mingw32/qt5/plugins/imageformats/qtga.dll" +File "/usr/local/lib/x86_64-w64-mingw32/qt5/plugins/imageformats/qtiff.dll" +File "/usr/local/lib/x86_64-w64-mingw32/qt5/plugins/imageformats/qwbmp.dll" +File "/usr/local/lib/x86_64-w64-mingw32/qt5/plugins/imageformats/qwebp.dll" SetOutPath "$INSTDIR\platforms" -File "/opt/windev/qt64d-latest/plugins/platforms/qwindows.dll" +File "/usr/local/lib/x86_64-w64-mingw32/qt5/plugins/platforms/qwindows.dll" SetOutPath "$INSTDIR\styles" -File "/opt/windev/qt64d-latest/plugins/styles/qcleanlooksstyle.dll" -File "/opt/windev/qt64d-latest/plugins/styles/qplastiquestyle.dll" -File "/opt/windev/qt64d-latest/plugins/styles/qwindowsvistastyle.dll" +File "/usr/local/lib/x86_64-w64-mingw32/qt5/plugins/styles/qcleanlooksstyle.dll" +File "/usr/local/lib/x86_64-w64-mingw32/qt5/plugins/styles/qplastiquestyle.dll" +File "/usr/local/lib/x86_64-w64-mingw32/qt5/plugins/styles/qwindowsvistastyle.dll" SectionEnd ######################################################################