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
PIM
KAddressBook
Commits
39086c71
Commit
39086c71
authored
Nov 04, 2021
by
Laurent Montel
😁
Browse files
Allow to show header in qtc6
parent
cf931f85
Pipeline
#94082
passed with stage
in 5 minutes and 16 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kontactplugin/CMakeLists.txt
View file @
39086c71
...
...
@@ -3,6 +3,7 @@ add_library(kontact_kaddressbookplugin MODULE)
target_sources
(
kontact_kaddressbookplugin PRIVATE
kaddressbook_plugin.cpp
kaddressbook_plugin.h
)
ecm_qt_declare_logging_category
(
kontact_kaddressbookplugin HEADER kaddressbookplugin_debug.h IDENTIFIER KADDRESSBOOKPLUGIN_LOG CATEGORY_NAME org.kde.pim.kaddressbook_plugin
DESCRIPTION
"kaddressbook (kaddressbook kontact plugins)"
...
...
src/CMakeLists.txt
View file @
39086c71
...
...
@@ -40,6 +40,30 @@ target_sources(kaddressbookprivate PRIVATE
stylecontactlistdelegate.cpp
widgets/quicksearchwidget.cpp
kaddressbookmigrateapplication.cpp
printing/detailled/detailledstyle.h
printing/mike/mikesstyle.h
printing/printingwizard.h
printing/printprogress.h
printing/printstyle.h
printing/ringbinder/ringbinderstyle.h
printing/compact/compactstyle.h
printing/grantlee/grantleeprintstyle.h
printing/stylepage.h
plugininterface/kaddressbookplugininterface.h
aboutdata.h
categoryfilterproxymodel.h
categoryselectwidget.h
contactinfoproxymodel.h
contactsorter.h
contactswitcher.h
globalcontactmodel.h
mainwidget.h
uistatesaver.h
manageshowcollectionproperties.h
modelcolumnmanager.h
stylecontactlistdelegate.h
widgets/quicksearchwidget.h
kaddressbookmigrateapplication.h
)
...
...
@@ -54,6 +78,8 @@ if (TARGET KUserFeedbackWidgets)
target_sources
(
kaddressbookprivate PRIVATE
userfeedback/userfeedbackmanager.cpp
userfeedback/kaddressbookuserfeedbackprovider.cpp
userfeedback/userfeedbackmanager.h
userfeedback/kaddressbookuserfeedbackprovider.h
)
endif
()
...
...
@@ -107,8 +133,9 @@ install(TARGETS kaddressbookprivate ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} LIBRARY
add_executable
(
kaddressbook
)
target_sources
(
kaddressbook PRIVATE
kaddressbook_debug.cpp
main.cpp
mainwindow.cpp
mainwindow.h
main.cpp
kaddressbook.qrc
)
...
...
src/configuration/CMakeLists.txt
View file @
39086c71
...
...
@@ -3,6 +3,8 @@ add_library(kaddressbook_config_plugins MODULE)
target_sources
(
kaddressbook_config_plugins PRIVATE
kaddressbook_config_plugins.cpp
kaddressbookconfigpluginlistwidget.cpp
kaddressbook_config_plugins.h
kaddressbookconfigpluginlistwidget.h
)
ecm_qt_declare_logging_category
(
kaddressbook_config_plugins HEADER kaddressbook_configure_debug.h IDENTIFIER KADDRESSBOOK_CONFIGURE_LOG CATEGORY_NAME org.kde.pim.kaddressbook_configure
...
...
@@ -35,6 +37,7 @@ if (TARGET KUserFeedbackWidgets)
target_sources
(
kaddressbook_config_userfeedback PRIVATE
kaddressbook_config_userfeedback.cpp
kaddressbook_config_userfeedback.h
)
...
...
src/importexport/CMakeLists.txt
View file @
39086c71
...
...
@@ -17,6 +17,15 @@ target_sources(KPimAddressbookImportExport PRIVATE
plugin.cpp
plugininterface.cpp
pluginmanager.cpp
contactfields.h
contactlist.h
contactselectiondialog.h
contactselectionwidget.h
exportselectionwidget.h
importexportengine.h
plugin.h
plugininterface.h
pluginmanager.h
)
ecm_qt_declare_logging_category
(
KPimAddressbookImportExport
...
...
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