Skip to content

Commit a16695f

Browse files
author
Eirik Aavitsland
committed
Update bundled libtiff to version 4.0.3
This updates libtiff.pri and 3rdparty/libtiff to the current state in the Qt 5 qtimageformats module, commit c3035a1655090b0f6b194fb8a7586c013ef24f6a. The patch history relative to upstream 4.0.3 is available in that module. Change-Id: I70d278081c62ba179c5f9658a0d59313c77ba415 Reviewed-by: Liang Qi <[email protected]> Reviewed-by: Lars Knoll <[email protected]>
1 parent 35c968f commit a16695f

File tree

207 files changed

+17452
-40116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+17452
-40116
lines changed

src/3rdparty/libtiff.pri

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ SOURCES += \
3434
$$PWD/libtiff/libtiff/tif_write.c \
3535
$$PWD/libtiff/libtiff/tif_zip.c
3636

37-
wince*: SOURCES += $$PWD/../corelib/kernel/qfunctions_wince.cpp \
38-
$$PWD/libtiff/libtiff/tif_wince.c
37+
wince*: SOURCES += $$PWD/libtiff/libtiff/tif_win32.c
3938
win32: SOURCES += $$PWD/libtiff/libtiff/tif_win32.c
4039
else: SOURCES += $$PWD/libtiff/libtiff/tif_unix.c
41-
symbian: SOURCES += $$PWD/libtiff/port/lfind.c
40+
android: SOURCES += $$PWD/libtiff/port/lfind.c
4241

4342
include($$PWD/zlib_dependency.pri)

0 commit comments

Comments
 (0)