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
KDE GTK Configurator
Commits
90581c7d
Commit
90581c7d
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
a197df2c
Changes
3
Hide whitespace changes
Inline
Side-by-side
kconf_update/CMakeLists.txt
View file @
90581c7d
...
...
@@ -7,7 +7,7 @@ target_sources(gtk_theme
target_link_libraries
(
gtk_theme
PRIVATE
Qt
5
::Core
Qt::Core
KF5::ConfigCore
KF5::ConfigWidgets
KF5::GuiAddons
...
...
kded/CMakeLists.txt
View file @
90581c7d
...
...
@@ -25,8 +25,8 @@ target_link_libraries(gtkconfig
PRIVATE
KWinBridge
PUBLIC
Qt
5
::DBus
Qt
5
::Svg
Qt::DBus
Qt::Svg
KF5::CoreAddons
KF5::ConfigCore
KF5::ConfigWidgets
...
...
kded/kwin_bridge/CMakeLists.txt
View file @
90581c7d
...
...
@@ -14,5 +14,5 @@ target_link_libraries(KWinBridge
PRIVATE
KDecoration2::KDecoration2Private
KF5::ConfigWidgets
Qt
5
::Svg
Qt::Svg
)
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