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
Network
KDE Connect
Commits
bb14a772
Commit
bb14a772
authored
Oct 24, 2020
by
Piyush Aggarwal
🎮
Browse files
append link libraries for daemon in separate lines
parent
19d1fb6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/CMakeLists.txt
View file @
bb14a772
...
...
@@ -8,7 +8,13 @@ ecm_qt_declare_logging_category(
EXPORT kdeconnect-kde DESCRIPTION
"kdeconnect (daemon)"
)
add_executable
(
kdeconnectd kdeconnectd.cpp
${
debug_file_SRCS
}
)
target_link_libraries
(
kdeconnectd kdeconnectcore kdeconnectversion KF5::KIOWidgets KF5::DBusAddons KF5::Notifications KF5::I18n Qt5::Widgets
)
target_link_libraries
(
kdeconnectd
kdeconnectcore kdeconnectversion
KF5::KIOWidgets
KF5::DBusAddons
KF5::Notifications
KF5::I18n
Qt5::Widgets
)
ecm_mark_nongui_executable
(
kdeconnectd
)
...
...
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