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
Plasma
Plasma Vault
Commits
76f08210
Commit
76f08210
authored
Jan 30, 2021
by
Nicolas Fella
Browse files
Use versionless Qt cmake target
This makes it easier to build against both Qt5 and Qt6 GIT_SILENT
parent
cf1cdf61
Changes
2
Hide whitespace changes
Inline
Side-by-side
kded/CMakeLists.txt
View file @
76f08210
...
...
@@ -75,9 +75,9 @@ kcoreaddons_desktop_to_json (
target_link_libraries
(
kded_plasmavault
Qt
5
::Core
Qt
5
::DBus
Qt
5
::Widgets
Qt::Core
Qt::DBus
Qt::Widgets
KF5::Activities
KF5::ConfigCore
...
...
plasma/CMakeLists.txt
View file @
76f08210
...
...
@@ -34,8 +34,8 @@ kcoreaddons_desktop_to_json (
target_link_libraries
(
plasma_applet_vault
Qt
5
::Gui
Qt
5
::DBus
Qt::Gui
Qt::DBus
KF5::Activities
KF5::I18n
...
...
Write
Preview
Supports
Markdown
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