comparison src/qtimageformats.mk @ 4801:206f76f1b59c

qt: update to version 5.11.1 This change fixes an initialization problem for Linux builds that appeared with the update to Qt 5.11.0. At startup, the Octave GUI would hang after displaying a black main window.
author John W. Eaton <jwe@octave.org>
date Fri, 17 Aug 2018 11:21:08 -0400
parents 4cea16af20b4
children ab2f299ccd4c
comparison
equal deleted inserted replaced
4800:ebb6dbbb8b3f 4801:206f76f1b59c
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := qtimageformats 4 PKG := qtimageformats
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION = $(qtbase_VERSION) 6 $(PKG)_VERSION = $(qtbase_VERSION)
7 $(PKG)_CHECKSUM := d1382ddb54d0e95d226815c051b4a02c4d935bc7 7 $(PKG)_CHECKSUM := 6782ae5772b703e33d6fa1e4e051a6bcb07f4690
8 $(PKG)_SUBDIR = $(subst qtbase,qtimageformats,$(qtbase_SUBDIR)) 8 $(PKG)_SUBDIR = $(subst qtbase,qtimageformats,$(qtbase_SUBDIR))
9 $(PKG)_FILE = $(subst qtbase,qtimageformats,$(qtbase_FILE)) 9 $(PKG)_FILE = $(subst qtbase,qtimageformats,$(qtbase_FILE))
10 $(PKG)_URL = $(subst qtbase,qtimageformats,$(qtbase_URL)) 10 $(PKG)_URL = $(subst qtbase,qtimageformats,$(qtbase_URL))
11 $(PKG)_DEPS := jasper libmng qtbase tiff 11 $(PKG)_DEPS := jasper libmng qtbase tiff
12 12