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
System Settings
Commits
10f63700
Commit
10f63700
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
be558715
Changes
1
Hide whitespace changes
Inline
Side-by-side
sidebar/CMakeLists.txt
View file @
10f63700
...
@@ -18,9 +18,9 @@ target_link_libraries(systemsettings_sidebar_mode systemsettingsview
...
@@ -18,9 +18,9 @@ target_link_libraries(systemsettings_sidebar_mode systemsettingsview
KF5::Package
KF5::Package
KF5::Declarative
KF5::Declarative
KF5::ActivitiesStats
KF5::ActivitiesStats
Qt
5
::Qml
Qt::Qml
Qt
5
::Quick
Qt::Quick
Qt
5
::QuickWidgets
Qt::QuickWidgets
)
)
install
(
TARGETS systemsettings_sidebar_mode DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/systemsettingsview
)
install
(
TARGETS systemsettings_sidebar_mode DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/systemsettingsview
)
...
...
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