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 Browser Integration
Commits
3d1b0191
Commit
3d1b0191
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
28d82c12
Changes
2
Hide whitespace changes
Inline
Side-by-side
host/CMakeLists.txt
View file @
3d1b0191
...
...
@@ -25,9 +25,9 @@ qt5_add_dbus_adaptor(HOST_SOURCES ../dbus/org.kde.krunner1.xml abstractkrunnerpl
add_executable
(
plasma-browser-integration-host
${
HOST_SOURCES
}
)
target_link_libraries
(
plasma-browser-integration-host
Qt
5
::DBus
Qt
5
::Gui
Qt
5
::Widgets
Qt::DBus
Qt::Gui
Qt::Widgets
KF5::Activities
KF5::CoreAddons
KF5::Crash
...
...
reminder/CMakeLists.txt
View file @
3d1b0191
...
...
@@ -9,8 +9,8 @@ kcoreaddons_desktop_to_json(browserintegrationreminder browserintegrationreminde
target_link_libraries
(
browserintegrationreminder
Qt
5
::DBus
Qt
5
::Widgets
Qt::DBus
Qt::Widgets
KF5::CoreAddons
KF5::DBusAddons
# for KDEDModule
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