Skip to content

Commit

Permalink
no longer need core5compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckisson committed Apr 26, 2024
1 parent 78f15d2 commit ab687ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/mudlet.pro
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ qtHaveModule(texttospeech) {
QT += texttospeech
!build_pass : message("Using TextToSpeech module")
}
greaterThan(QT_MAJOR_VERSION, 5) {
QT += core5compat
}

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

TEMPLATE = app

Expand Down

0 comments on commit ab687ad

Please sign in to comment.