Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KPimTextEdit
Commits
10fdef5e
Commit
10fdef5e
authored
Jan 10, 2022
by
Laurent Montel
Browse files
Make it compile against qt6
parent
46df72b7
Pipeline
#121569
passed with stage
in 4 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
10fdef5e
...
...
@@ -81,7 +81,7 @@ set_package_properties(Qt5TextToSpeech PROPERTIES DESCRIPTION
"Add support for texttospeed"
TYPE OPTIONAL
)
if
(
TARGET Qt
5
::TextToSpeech
)
if
(
TARGET Qt
${
QT_MAJOR_VERSION
}
::TextToSpeech
)
set
(
HAVE_TEXT_TO_SPEECH_SUPPORT TRUE
)
add_definitions
(
-DHAVE_TEXT_TO_SPEECH_SUPPORT
)
endif
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment