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
8ff1326e
Commit
8ff1326e
authored
Aug 28, 2022
by
Volker Krause
Browse files
Fix FreeBSD Qt 6 build and add FreeBSD Qt 6 CI
parent
1a5d3c76
Pipeline
#224204
passed with stage
in 5 minutes and 58 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8ff1326e
...
...
@@ -7,3 +7,4 @@ include:
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
CMakeLists.txt
View file @
8ff1326e
...
...
@@ -77,8 +77,8 @@ ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.97.0)
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 text to speech"
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