Subversion Repositories tpanel

Rev

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

Rev 377 Rev 399
Line 2... Line 2...
2
set -o pipefail
2
set -o pipefail
3
 
3
 
4
###########################################################################
4
###########################################################################
5
# Adapt the below variables to your need                                  #
5
# Adapt the below variables to your need                                  #
6
###########################################################################
6
###########################################################################
7
QT_VERSION="6.6.0"
7
QT_VERSION="6.6.1"
8
QT_VERSION_MAJOR=6
8
QT_VERSION_MAJOR=6
9
QT_PATH="$HOME/Qt"
9
QT_PATH="$HOME/Qt"
10
QT_ARCHITECTURE="arm64"
10
QT_ARCHITECTURE="arm64"
11
QT_MACROS="${QT_PATH}/Qt?Creator.app/Contents/Resources/package-manager"
11
QT_MACROS="${QT_PATH}/Qt?Creator.app/Contents/Resources/package-manager"
12
 
12