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
KDE PIM Runtime
Commits
5d4b60a3
Commit
5d4b60a3
authored
Aug 28, 2022
by
Laurent Montel
Browse files
fix qtxtexttospeech
parent
cc66c549
Pipeline
#224290
passed with stage
in 17 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5d4b60a3
...
...
@@ -97,8 +97,8 @@ set_package_properties(Qca-qt${QT_MAJOR_VERSION} PROPERTIES DESCRIPTION "Qt Cryp
PURPOSE
"Needed for ews resource."
)
option
(
KDEPIM_RUN_AKONADI_TEST
"Enable autotest based on Akonadi."
TRUE
)
# QT5 package
find_package
(
Qt
5
TextToSpeech
${
QT_REQUIRED_VERSION
}
CONFIG
)
set_package_properties
(
Qt
5
TextToSpeech PROPERTIES DESCRIPTION
find_package
(
Qt
${
QT_MAJOR_VERSION
}
TextToSpeech
${
QT_REQUIRED_VERSION
}
CONFIG
)
set_package_properties
(
Qt
${
QT_MAJOR_VERSION
}
TextToSpeech PROPERTIES DESCRIPTION
"Add support for texttospeed"
TYPE OPTIONAL
)
...
...
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