Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KOrganizer
Commits
26156b02
Commit
26156b02
authored
Jan 17, 2022
by
Laurent Montel
😁
Browse files
Fix phonon lib version (qt6 version when necessary)
parent
0c2240f9
Pipeline
#124896
passed with stage
in 1 minute and 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
korgac/CMakeLists.txt
View file @
26156b02
...
...
@@ -68,7 +68,7 @@ target_link_libraries(korgac
KF5::CalendarCore
KF5::CalendarUtils
KF5::DBusAddons
Phonon::phonon4qt
5
Phonon::phonon4qt
${
QT_MAJOR_VERSION
}
KF5::Notifications
KF5::IconThemes
KF5::Service
...
...
korgac/tests/CMakeLists.txt
View file @
26156b02
...
...
@@ -37,7 +37,7 @@ target_link_libraries(testalarmdlg
KF5::AkonadiCore
KF5::CalendarCore
KF5::CalendarUtils
Phonon::phonon4qt
5
Phonon::phonon4qt
${
QT_MAJOR_VERSION
}
KF5::Notifications
KF5::IconThemes
KF5::WindowSystem
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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