Skip to content

Commit

Permalink
Remove Qt 5.14.2 build. 5.15.2 is new default
Browse files Browse the repository at this point in the history
  • Loading branch information
novomesk committed Apr 5, 2022
1 parent 79fc828 commit 961bcd4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 34 deletions.
15 changes: 4 additions & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,19 @@ install:
cd ..\..
build_script:
- cmd: >-
cd qtbuild_5.14.2
C:\Qt\5.14.2\msvc2017_64\bin\qmake.exe qt-heic-image-plugin_win64.pro
nmake.exe
cd ../qtbuild_5.15.2
cd qtbuild_5.15.2
C:\Qt\5.15.2\msvc2019_64\bin\qmake.exe qt-heic-image-plugin_win64.pro
nmake.exe
cd ../qtbuild_6.2.2
cd ../qtbuild_6.2.4
C:\Qt\6.2.2\msvc2019_64\bin\qmake.exe qt-heic-image-plugin_win64.pro
C:\Qt\6.2.4\msvc2019_64\bin\qmake.exe qt-heic-image-plugin_win64.pro
nmake.exe
artifacts:
- path: qtbuild_5.14.2\plugins\imageformats\kimg_heif.dll
- path: qtbuild_5.15.2\plugins\imageformats\kimg_heif.dll
- path: qtbuild_6.2.2\plugins\imageformats\kimg_heif.dll
- path: qtbuild_6.2.4\plugins\imageformats\kimg_heif.dll
- path: 3rdparty\install\bin\heif.dll
- path: 3rdparty\install\bin\libde265.dll
2 changes: 0 additions & 2 deletions qtbuild_6.2.2/.qmake.conf

This file was deleted.

21 changes: 0 additions & 21 deletions qtbuild_6.2.2/qt-heic-image-plugin_win64.pro

This file was deleted.

File renamed without changes.

0 comments on commit 961bcd4

Please sign in to comment.