-
Notifications
You must be signed in to change notification settings - Fork 7
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
6 changed files
with
35 additions
and
4 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
Empty file.
24 changes: 24 additions & 0 deletions
24
qtbuild_6.2.4/qt-avif-image-plugin_local_alternative-libavif.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,24 @@ | ||
TARGET = qavif6 | ||
|
||
HEADERS = ../src/qavifhandler_p.h ../src/util_p.h | ||
SOURCES = ../src/qavifhandler.cpp | ||
OTHER_FILES = ../src/avif.json | ||
|
||
SOURCES += ../src/main.cpp | ||
|
||
LIBS += ../ext/libavif/build/libavif.a ../ext/libavif/ext/aom/build.libavif/libaom.a ../ext/libavif/ext/dav1d/build/src/libdav1d.a ../ext/libavif/ext/libyuv/build/libyuv.a ../ext/libavif/ext/libwebp/build/libsharpyuv.a | ||
unix:LIBS += -ldl | ||
|
||
INCLUDEPATH += ../ext/libavif/include | ||
|
||
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.8.2 | ||
QMAKE_TARGET_COMPANY = "Daniel Novomesky" | ||
QMAKE_TARGET_PRODUCT = "qt-avif-image-plugin" | ||
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read/write AVIF images." | ||
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2020-2024 Daniel Novomesky" | ||
QMAKE_TARGET_COMMENTS = "Build using Qt 6.2.4" |
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