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
474 B
17 lines
474 B
import 'compile/qt'
|
|
|
|
name=qt5
|
|
submodule=svg
|
|
majver=5.10
|
|
version=$majver.1
|
|
update_url='https://www1.qt.io/offline-installers/'
|
|
update_names="qt-everywhere-opensource-src-$version.tar.xz"
|
|
|
|
dlextract "http://download.qt.io/official_releases/qt/$majver/$version/submodules/qt$submodule-everywhere-src-$version.tar.xz" \
|
|
'cc0e01cf8c81ad18231b8ac1c409f3cb'
|
|
_
|
|
|
|
cd "qt$submodule-everywhere-src-$version"
|
|
compile_qt 5
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|