mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Install image formats module in qt6
This commit is contained in:
parent
2761a312d7
commit
e6a8e83d2d
@ -17,7 +17,7 @@ jobs:
|
||||
- script: |
|
||||
pip install aqtinstall
|
||||
mkdir C:\Qt
|
||||
python -m aqt install -O c:\Qt ${{ parameters.qt_version }} windows desktop ${{ parameters.qt_aqt_spec }} -m qt5compat qtmultimedia
|
||||
python -m aqt install -O c:\Qt ${{ parameters.qt_version }} windows desktop ${{ parameters.qt_aqt_spec }} -m qt5compat qtmultimedia qtimageformats
|
||||
dir C:\Qt\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\bin
|
||||
choco install -y wget
|
||||
choco install innosetup
|
||||
|
@ -122,7 +122,7 @@ jobs:
|
||||
steps:
|
||||
- script: |
|
||||
pip3 install aqtinstall
|
||||
python3 -m aqt install 6.3.1 mac desktop -m qt5compat qtmultimedia
|
||||
python3 -m aqt install 6.3.1 mac desktop -m qt5compat qtmultimedia qtimageformats
|
||||
echo '##vso[task.prependpath]$(Build.SourcesDirectory)/6.3.1/macos/bin'
|
||||
brew install create-dmg
|
||||
brew install node
|
||||
|
Loading…
x
Reference in New Issue
Block a user