Add qt platform plugin

This commit is contained in:
John Maguire 2019-11-14 22:52:20 +00:00
parent 367b18223f
commit add836a053
2 changed files with 15 additions and 1 deletions

View File

@ -588,13 +588,21 @@ jobs:
$CIRCLE_WORKING_DIRECTORY/dist/windows
- run: mkdir dist/windows/imageformats
- run:
name: Copy Qt plugin DLLs
name: Copy Qt imageformat plugin DLLs
working_directory: /target/plugins
command: >
cp
imageformats/qgif.dll
imageformats/qjpeg.dll
$CIRCLE_WORKING_DIRECTORY/dist/windows/imageformats
- run: mkdir dist/windows/platforms
- run:
name: Copy Qt platforms plugin DLLs
working_directory: /target/plugins
command: >
cp
platforms/qwindows.dll
$CIRCLE_WORKING_DIRECTORY/dist/windows/platforms
- run: mkdir dist/windows/gio-modules
- run:
name: Copy GIO modules

View File

@ -407,6 +407,12 @@ Section "Qt image format plugins" imageformats
File "/oname=qjpeg.dll" "imageformats\qjpeg.dll"
SectionEnd
Section "Qt platform plugins" platforms
SetOutPath "$INSTDIR\platforms"
File "/oname=qwindows.dll" "platforms\qwindows.dll"
SectionEnd
Section "GIO modules" gio-modules
SetOutPath "$INSTDIR\gio-modules"