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
Education
Kanagram
Commits
9180818b
Commit
9180818b
authored
Jul 30, 2022
by
Ömer Fadıl Usta
😊
Committed by
Nicolas Fella
Jul 30, 2022
Browse files
qt6 fix for TextToSpeech
Add missing {QT_MAJOR_VERSION} part for TextToSpeech
parent
8437164c
Pipeline
#210700
passed with stage
in 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
9180818b
...
...
@@ -52,9 +52,9 @@ target_link_libraries(kanagram
LibKEduVocDocumentImport__KEduVocDocument
)
if
(
Qt
5
TextToSpeech_FOUND
)
if
(
Qt
${
QT_MAJOR_VERSION
}
TextToSpeech_FOUND
)
target_link_libraries
(
kanagram
Qt
5
::TextToSpeech
)
Qt
${
QT_MAJOR_VERSION
}
::TextToSpeech
)
endif
()
install
(
...
...
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