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