diff --git a/appveyor.yml b/appveyor.yml index 9f77fc8..7924f70 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.3.0.{build} +version: 0.3.1.{build} environment: CC: cl.exe CXX: cl.exe @@ -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 diff --git a/qtbuild_6.5.3/qt-heic-image-plugin_win64.pro b/qtbuild_6.5.3/qt-heic-image-plugin_win64.pro index 1f2c39a..83532eb 100644 --- a/qtbuild_6.5.3/qt-heic-image-plugin_win64.pro +++ b/qtbuild_6.5.3/qt-heic-image-plugin_win64.pro @@ -1,4 +1,4 @@ -TARGET = kimg_heif +TARGET = kimg_heif6 INCLUDEPATH += ../3rdparty/install/include @@ -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"