-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
25 changes: 25 additions & 0 deletions
25
qtbuild_6.7.1/qt-jpegxl-image-plugin_alternative_appveyor.pro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
TARGET = qjpegxl6 | ||
|
||
DEFINES += JXL_STATIC_DEFINE JXL_THREADS_STATIC_DEFINE | ||
|
||
INCLUDEPATH += ../libjxl/lib/include ../libjxl/build/lib/include | ||
|
||
HEADERS = ../src/qjpegxlhandler_p.h ../src/util_p.h | ||
SOURCES = ../src/qjpegxlhandler.cpp | ||
OTHER_FILES = ../src/jpegxl.json | ||
|
||
SOURCES += ../src/main.cpp | ||
|
||
LIBS_PRIVATE += ../libjxl/build/lib/jxl.lib ../libjxl/build/lib/jxl_cms.lib ../libjxl/build/lib/jxl_threads.lib ../libjxl/build/third_party/highway/hwy.lib ../libjxl/build/third_party/brotli/brotlidec.lib ../libjxl/build/third_party/brotli/brotlienc.lib ../libjxl/build/third_party/brotli/brotlicommon.lib | ||
|
||
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.6.3 | ||
QMAKE_TARGET_COMPANY = "Daniel Novomesky" | ||
QMAKE_TARGET_PRODUCT = "qt-jpegxl-image-plugin" | ||
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read/write JPEG XL images." | ||
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2020-2024 Daniel Novomesky" | ||
QMAKE_TARGET_COMMENTS = "Build using Qt 6.7.1" |