File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 9292 brew install gnu-getopt
9393 export PATH="/opt/homebrew/opt/gnu-getopt/bin:/usr/local/opt/gnu-getopt/bin:$PATH"
9494 #export RabbitCommon_ROOT=${{env.SOURCE_DIR}}/RabbitCommon
95+ export QT_VERSION=6.9
9596 # See: https://formulae.brew.sh/
9697 #brew install autoconf automake libtool pkg-config freerdp libvncserver libssh zstd libpcap qt qtkeychain pcapplusplus
9798 #./Script/build_macos.sh --build=${{env.BUILD_DIR}} --install=${{env.INSTALL_DIR}} --source=${{env.SOURCE_DIR}}
Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ if [ $DEFAULT_LIBS -eq 1 ]; then
638638 fi
639639
640640 if [ $MACOS -eq 1 ]; then
641- package_install qt freerdp libvncserver libssh pcapplusplus qtkeychain # libpcap
641+ package_install qt@ $QT_VERSION freerdp libvncserver libssh pcapplusplus qtkeychain # libpcap
642642 fi
643643fi
644644
You can’t perform that action at this time.
0 commit comments