comparison src/qtsvg.mk @ 4855:ab2f299ccd4c

Qt5: update to v5.11.2 * src/qtbase.mk: update version, checksum * src/qtimageformats.mk, src/qtisvg.mk, src/qttools.mk: update checksum
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 14 Oct 2018 13:37:45 +0200
parents 206f76f1b59c
children 22937c7fe60d
comparison
equal deleted inserted replaced
4854:990b5e6b1970 4855:ab2f299ccd4c
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := qtsvg 4 PKG := qtsvg
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION = $(qtbase_VERSION) 6 $(PKG)_VERSION = $(qtbase_VERSION)
7 $(PKG)_CHECKSUM :=254081ba46e914515601a9934a85ceb50d7afe04 7 $(PKG)_CHECKSUM := 43462aeecef7f354211938262b2089aa0079a543
8 $(PKG)_SUBDIR = $(subst qtbase,qtsvg,$(qtbase_SUBDIR)) 8 $(PKG)_SUBDIR = $(subst qtbase,qtsvg,$(qtbase_SUBDIR))
9 $(PKG)_FILE = $(subst qtbase,qtsvg,$(qtbase_FILE)) 9 $(PKG)_FILE = $(subst qtbase,qtsvg,$(qtbase_FILE))
10 $(PKG)_URL = $(subst qtbase,qtsvg,$(qtbase_URL)) 10 $(PKG)_URL = $(subst qtbase,qtsvg,$(qtbase_URL))
11 $(PKG)_DEPS := qtbase 11 $(PKG)_DEPS := qtbase
12 12