Skip to content

Commit

Permalink
Build plugin for Qt 6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
novomesk committed Dec 7, 2023
1 parent 2532d56 commit 6dcad46
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.0.{build}
version: 0.3.0.{build}
environment:
CC: cl.exe
CXX: cl.exe
Expand Down Expand Up @@ -29,12 +29,12 @@ build_script:
nmake.exe
cd ../qtbuild_6.2.4
cd ../qtbuild_6.5.3
C:\Qt\6.2.4\msvc2019_64\bin\qmake.exe qt-heic-image-plugin_win64.pro
C:\Qt\6.5.3\msvc2019_64\bin\qmake.exe qt-heic-image-plugin_win64.pro
nmake.exe
artifacts:
- path: qtbuild_5.15.2\plugins\imageformats\kimg_heif.dll
- path: qtbuild_6.2.4\plugins\imageformats\kimg_heif.dll
- path: qtbuild_6.5.3\kimg_heif.dll
- path: 3rdparty\install\bin\*.dll
2 changes: 0 additions & 2 deletions qtbuild_6.2.4/.qmake.conf

This file was deleted.

Empty file added qtbuild_6.5.3/.qmake.conf
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ OTHER_FILES = ../src/heif.json

LIBS += ../3rdparty/install/lib/heif.lib

PLUGIN_TYPE = imageformats
PLUGIN_CLASS_NAME = HEIFPlugin
load(qt_plugin)
TEMPLATE = lib

CONFIG += release skip_target_version_ext c++14 warn_on
CONFIG += release skip_target_version_ext c++14 warn_on plugin
CONFIG -= separate_debug_info debug debug_and_release force_debug_info

win32:VERSION = 0.3.0
QMAKE_TARGET_COMPANY = "Daniel Novomesky"
QMAKE_TARGET_PRODUCT = "qt-heic-image-plugin"
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read/write HEIF/HEIC images."
Expand Down

0 comments on commit 6dcad46

Please sign in to comment.