mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 04:34:38 +02:00
Update linux android Qt to 5.9.3
This commit is contained in:
parent
e086bed021
commit
113844384a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ buildscript {
|
|||
|
||||
import org.apache.tools.ant.taskdefs.condition.Os
|
||||
|
||||
def file='qt-5.9.2_linux_armv8-libcpp.tgz'
|
||||
def file='qt-5.9.3_linux_armv8-libcpp.tgz'
|
||||
if (Os.isFamily(Os.FAMILY_MAC)) {
|
||||
file = 'qt-5.9.3_osx_armv8-libcpp.tgz'
|
||||
} else if (Os.isFamily(Os.FAMILY_WINDOWS)) {
|
||||
|
|
Loading…
Reference in a new issue