Subversion Repositories tpanel

Rev

Rev 382 | Rev 387 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 382 Rev 383
Line 5... Line 5...
5
#
5
#
6
QT_VERSION="6.5.3"
6
QT_VERSION="6.5.3"
7
QT_VERSION_MAJOR=6
7
QT_VERSION_MAJOR=6
8
QT_PATH="/opt/Qt"
8
QT_PATH="/opt/Qt"
9
QT_ABI="x86_64"
9
QT_ABI="x86_64"
10
QT_HOST="macos"
10
QT_HOST="gcc_64"
11
 
11
 
12
QTBASE="${QT_PATH}/$QT_VERSION"
12
QTBASE="${QT_PATH}/$QT_VERSION"
13
QTDIR="${QTBASE}/android_${QT_ABI}"
13
QTDIR="${QTBASE}/android_${QT_ABI}"
14
 
14
 
15
ANDROID_HOME="$HOME/Android/Sdk"
15
ANDROID_HOME="$HOME/Android/Sdk"