Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KNotes
Commits
c5bb8e55
Commit
c5bb8e55
authored
Oct 03, 2022
by
Laurent Montel
Browse files
Show all headers in qtc6
parent
62db078b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kontactplugin/CMakeLists.txt
View file @
c5bb8e55
...
...
@@ -13,6 +13,15 @@ set(kontact_knotesplugin_PART_SRCS
knoteswidget.cpp
knoteseditdialog.cpp
knotesselectdeletenotesdialog.cpp
knotes_plugin.h
knotes_part.h
summarywidget.h
knotesiconview.h
knoteslistwidgetsearchline.h
knoteswidget.h
knoteseditdialog.h
knotesselectdeletenotesdialog.h
)
qt_add_dbus_adaptor
(
kontact_knotesplugin_PART_SRCS org.kde.kontact.KNotes.xml knotes_part.h KNotesPart
)
...
...
@@ -47,7 +56,7 @@ target_link_libraries(kontact_knotesplugin
########### install files ###############
set
(
kcmknotessummary_PART_SRCS kcmknotessummary.cpp
)
set
(
kcmknotessummary_PART_SRCS kcmknotessummary.cpp
kcmknotessummary.h
)
configure_file
(
knotesplugin.json.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/knotesplugin.json
)
add_library
(
kcmknotessummary MODULE
${
kcmknotessummary_PART_SRCS
}
)
target_link_libraries
(
kcmknotessummary KF5::PimCommonAkonadi KF5::AkonadiNotes KF5::ConfigWidgets KF5::I18n
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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