2018-04-24 10:40:22 +00:00
|
|
|
LICENSE := GPL
|
2020-06-28 12:21:09 +00:00
|
|
|
VERSION := 5.13.2
|
2018-04-24 10:40:22 +00:00
|
|
|
|
2019-09-03 15:01:25 +00:00
|
|
|
QTBASE := qtbase-everywhere-src-${VERSION}
|
|
|
|
QTTOOLS := qttools-everywhere-src-${VERSION}
|
2018-04-24 10:40:22 +00:00
|
|
|
|
2019-09-03 15:01:25 +00:00
|
|
|
DOWNLOADS := ${QTBASE}.archive $(QTTOOLS).archive
|
2018-04-24 10:40:22 +00:00
|
|
|
|
2019-09-03 15:01:25 +00:00
|
|
|
URL(${QTBASE}) := https://download.qt.io/archive/qt/5.13/$(VERSION)/submodules/$(QTBASE).tar.xz
|
2020-06-28 12:21:09 +00:00
|
|
|
SHA(${QTBASE}) := 26b6b686d66a7ad28eaca349e55e2894e5a735f3831e45f2049e93b1daa92121
|
2019-09-03 15:01:25 +00:00
|
|
|
DIR(${QTBASE}) := src/lib/qtbase
|
|
|
|
|
|
|
|
URL(${QTTOOLS}) := https://download.qt.io/archive/qt/5.13/$(VERSION)/submodules/$(QTTOOLS).tar.xz
|
2020-06-28 12:21:09 +00:00
|
|
|
SHA(${QTTOOLS}) := 919a2713b6d2d7873a09ad85bd93cf4282606e5bf84d5884250f665a253ec06e
|
2019-09-03 15:01:25 +00:00
|
|
|
DIR(${QTTOOLS}) := src/lib/qttools
|