mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
65f402807f
Fixes #3485
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
LICENSE := GPL
|
|
VERSION := 5.13.0
|
|
|
|
QT5 := qtbase-everywhere-src-${VERSION}
|
|
|
|
DOWNLOADS := ${QT5}.archive
|
|
|
|
URL(${QT5}) := https://download.qt.io/archive/qt/5.13/$(VERSION)/submodules/$(QT5).tar.xz
|
|
SHA(${QT5}) := ff6964b3b528cd3b1d21bcf3470006e8e5cbe69591923f982871d886ea0488fe
|
|
DIR(${QT5}) := src/lib/qt5-host
|