Skip to content

Commit

Permalink
apparently we still need core5compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckisson committed Apr 26, 2024
1 parent ab687ad commit c13286f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions CI/setup-windows-sdk.sh
Expand Up @@ -144,6 +144,7 @@ if [ "${LEVEL}" = "full" ]; then
/usr/bin/pacman -S --needed --noconfirm --noprogressbar mingw-w64-${BUILDCOMPONENT}-qt6-speech
/usr/bin/pacman -S --needed --noconfirm --noprogressbar mingw-w64-${BUILDCOMPONENT}-qt6-imageformats
/usr/bin/pacman -S --needed --noconfirm --noprogressbar mingw-w64-${BUILDCOMPONENT}-qt6-tools
/usr/bin/pacman -S --needed --noconfirm --noprogressbar mingw-w64-${BUILDCOMPONENT}-qt6-5compat
/usr/bin/pacman -S --needed --noconfirm --noprogressbar mingw-w64-${BUILDCOMPONENT}-pcre
/usr/bin/pacman -S --needed --noconfirm --noprogressbar mingw-w64-${BUILDCOMPONENT}-libzip
/usr/bin/pacman -S --needed --noconfirm --noprogressbar mingw-w64-${BUILDCOMPONENT}-ntldd
Expand Down
7 changes: 3 additions & 4 deletions src/mudlet.pro
Expand Up @@ -90,10 +90,9 @@ qtHaveModule(texttospeech) {
!build_pass : message("Using TextToSpeech module")
}

# No longer need if using qt6 keychain
#greaterThan(QT_MAJOR_VERSION, 5) {
# QT += core5compat
#}
greaterThan(QT_MAJOR_VERSION, 5) {
QT += core5compat
}

TEMPLATE = app

Expand Down

0 comments on commit c13286f

Please sign in to comment.