You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
489 B
17 lines
489 B
import 'compile/qt'
|
|
|
|
name=qt5
|
|
submodule=x11extras
|
|
majver=5.8
|
|
version=$majver.0
|
|
update_url='https://www.qt.io/download-open-source/'
|
|
update_names="qt-everywhere-opensource-src-$version.tar.gz"
|
|
|
|
dlextract "http://download.qt.io/official_releases/qt/$majver/$version/submodules/qt$submodule-opensource-src-$version.tar.xz" \
|
|
'a29256a11122e68e8507433d34d9f9ae'
|
|
header_end
|
|
|
|
cd "qt$submodule-opensource-src-$version"
|
|
compile_qt 5
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|