Add qt(webengine) dependency.

Add qt dependency and QMakeBuilder.
This commit is contained in:
Matthieu Gautier
2018-05-17 17:59:44 +02:00
parent 63003d5bce
commit cf8f303362
6 changed files with 105 additions and 2 deletions

View File

@ -27,5 +27,7 @@ base_deps_versions = {
'libaria2' : '1.33.1',
'libmagic' : '5.33',
'android-sdk' : 'r25.2.3',
'android-ndk' : 'r13b'
'android-ndk' : 'r13b',
'qt' : '5.10.1',
'qtwebengine' : '5.10.1',
}