mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-02 12:26:48 +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
|
$CIRCLE_WORKING_DIRECTORY/dist/windows
|
||||||
- run: mkdir dist/windows/imageformats
|
- run: mkdir dist/windows/imageformats
|
||||||
- run:
|
- run:
|
||||||
name: Copy Qt plugin DLLs
|
name: Copy Qt imageformat plugin DLLs
|
||||||
working_directory: /target/plugins
|
working_directory: /target/plugins
|
||||||
command: >
|
command: >
|
||||||
cp
|
cp
|
||||||
imageformats/qgif.dll
|
imageformats/qgif.dll
|
||||||
imageformats/qjpeg.dll
|
imageformats/qjpeg.dll
|
||||||
$CIRCLE_WORKING_DIRECTORY/dist/windows/imageformats
|
$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: mkdir dist/windows/gio-modules
|
||||||
- run:
|
- run:
|
||||||
name: Copy GIO modules
|
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"
|
File "/oname=qjpeg.dll" "imageformats\qjpeg.dll"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section "Qt platform plugins" platforms
|
||||||
|
SetOutPath "$INSTDIR\platforms"
|
||||||
|
|
||||||
|
File "/oname=qwindows.dll" "platforms\qwindows.dll"
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
Section "GIO modules" gio-modules
|
Section "GIO modules" gio-modules
|
||||||
SetOutPath "$INSTDIR\gio-modules"
|
SetOutPath "$INSTDIR\gio-modules"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user