Subversion Repositories tpanel

Rev

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

Rev 381 Rev 382
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
set -o pipefail
2
set -o pipefail
3
#
3
#
4
# Set the following paths according to your installation.
4
# Set the following paths according to your installation.
5
#
5
#
6
QT_VERSION="6.6.0"
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="macos"
11
 
11