comparison src/qttools.mk @ 6599:9f45f4b831bb

* src/qtbase.mk, src/qtimageformats.mk, src/qtsvg.mk, src/qttools.mk, src/qttranslations.mk: update to v5.15.8
author John Donoghue <john.donoghue@ieee.org>
date Thu, 05 Jan 2023 09:01:36 -0500
parents 53ac6c68aabc
children 055996f27a7b
comparison
equal deleted inserted replaced
6598:2f615fe8f53e 6599:9f45f4b831bb
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := qttools 4 PKG := qttools
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION = $(qtbase_VERSION) 6 $(PKG)_VERSION = $(qtbase_VERSION)
7 $(PKG)_CHECKSUM := 43b1e599b98a934f88198b7fcd91de9696985995 7 $(PKG)_CHECKSUM := a8684f602124f9d66a0028f2c048a32c1a467d00
8 $(PKG)_SUBDIR = $(subst qtbase,qttools,$(qtbase_SUBDIR)) 8 $(PKG)_SUBDIR = $(subst qtbase,qttools,$(qtbase_SUBDIR))
9 $(PKG)_FILE = $(subst qtbase,qttools,$(qtbase_FILE)) 9 $(PKG)_FILE = $(subst qtbase,qttools,$(qtbase_FILE))
10 $(PKG)_URL = $(subst qtbase,qttools,$(qtbase_URL)) 10 $(PKG)_URL = $(subst qtbase,qttools,$(qtbase_URL))
11 $(PKG)_DEPS := qtbase 11 $(PKG)_DEPS := qtbase
12 12