Skip to content

Commit 4b6d6d5

Browse files
committed
Specify QT version in package installation for macOS
1 parent 2e665be commit 4b6d6d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/macos_script.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
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}}

Script/build_depend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
643643
fi
644644

0 commit comments

Comments
 (0)