mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-06 23:31:34 +01:00
Add qt platform plugin
This commit is contained in:
parent
367b18223f
commit
add836a053
@ -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
|
||||
|
6
dist/windows/clementine.nsi.in
vendored
6
dist/windows/clementine.nsi.in
vendored
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user