comparison src/qtsvg.mk @ 4735:4cea16af20b4

qt5: update to v5.11.0, add support pcre2 * src/qtbase.mk: update version, checksum * src/qtimageformats.mk: update checksum * src/qtisvg.mk: update checksum * src/qttools.mk: update checksum * src/qtbase-1-fixes.patch, src/qttools-1.patch: update patch from mxe.cc * src/pcre2.mk: new file * index.html: add pcre2 * src/sqlite.mk: enable column metadata
author John Donoghue
date Fri, 22 Jun 2018 08:28:05 -0400
parents c48b41efdcf4
children 206f76f1b59c
comparison
equal deleted inserted replaced
4732:a492f79fd69a 4735:4cea16af20b4
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 := 1915053a55152502440b7ba856333138854843d9 7 $(PKG)_CHECKSUM := 2c09995b9ea5d3a77fc7f8b0d6f4921fb497eaa0
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