Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
novomesk committed Dec 18, 2023
1 parent 6dcad46 commit 18534dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.3.0.{build}
version: 0.3.1.{build}
environment:
CC: cl.exe
CXX: cl.exe
Expand Down Expand Up @@ -35,6 +35,6 @@ build_script:
nmake.exe
artifacts:
- path: qtbuild_5.15.2\plugins\imageformats\kimg_heif.dll
- path: qtbuild_6.5.3\kimg_heif.dll
- path: qtbuild_5.15.2\plugins\imageformats\*.dll
- path: qtbuild_6.5.3\*.dll
- path: 3rdparty\install\bin\*.dll
7 changes: 4 additions & 3 deletions qtbuild_6.5.3/qt-heic-image-plugin_win64.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TARGET = kimg_heif
TARGET = kimg_heif6

INCLUDEPATH += ../3rdparty/install/include

Expand All @@ -13,8 +13,9 @@ TEMPLATE = lib
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
win32:VERSION = 0.3.1
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."
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read HEIF/HEIC/HEJ2 images."
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2020-2023 Daniel Novomesky"
QMAKE_TARGET_COMMENTS = "Build using Qt 6.5.3"

0 comments on commit 18534dc

Please sign in to comment.