mid-kid
7 years ago
5 changed files with 37 additions and 12 deletions
@ -0,0 +1,17 @@ |
|||
import 'compile/qt' |
|||
|
|||
name=qt5 |
|||
submodule=svg |
|||
majver=5.9 |
|||
version=$majver.3 |
|||
update_url='https://www.qt.io/download-open-source/' |
|||
update_names="qt-everywhere-opensource-src-$version.tar.xz" |
|||
|
|||
dlextract "http://download.qt.io/official_releases/qt/$majver/$version/submodules/qt$submodule-opensource-src-$version.tar.xz" \ |
|||
'28e65dd6d168ea889b986fdb32df1144' |
|||
_ |
|||
|
|||
cd "qt$submodule-opensource-src-$version" |
|||
compile_qt 5 |
|||
|
|||
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
Loading…
Reference in new issue