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
KDE PIM Runtime
Commits
2de2aaa2
Commit
2de2aaa2
authored
Nov 05, 2021
by
Laurent Montel
😁
Browse files
Allow to show header in qtc6
parent
d3565a3c
Pipeline
#94252
failed with stage
in 26 minutes and 2 seconds
Changes
32
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/maildispatcher/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -23,6 +23,12 @@ target_sources( akonadi_maildispatcher_agent PRIVATE
sendjob.cpp
sentactionhandler.cpp
storeresultjob.cpp
maildispatcheragent.h
outboxqueue.h
sendjob.h
sentactionhandler.h
storeresultjob.h
${
maildispatcheragent_SRCS
}
)
...
...
agents/migration/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -14,6 +14,10 @@ target_sources(akonadi_migration_agent PRIVATE
migrationstatuswidget.cpp
migrationexecutor.cpp
migrationscheduler.cpp
migrationagent.h
migrationstatuswidget.h
migrationexecutor.h
migrationscheduler.h
autotests/dummymigrator.cpp
)
...
...
agents/newmailnotifier/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -23,6 +23,10 @@ target_sources(akonadi_newmailnotifier_agent PRIVATE
specialnotifierjob.cpp
newmailnotifiershowmessagejob.cpp
newmailnotifierreplymessagejob.cpp
newmailnotifieragent.h
specialnotifierjob.h
newmailnotifiershowmessagejob.h
newmailnotifierreplymessagejob.h
${
newmailnotifier_common_SRCS
}
${
newmailnotifieragent_SRCS
}
)
...
...
migration/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -10,6 +10,10 @@ target_sources(migrationshared PRIVATE
infodialog.cpp
entitytreecreatejob.cpp
migratorbase.cpp
kmigratorbase.h
infodialog.h
entitytreecreatejob.h
migratorbase.h
)
ecm_qt_declare_logging_category
(
migrationshared
...
...
migration/gid/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -2,6 +2,8 @@ add_library(gidmigration STATIC)
target_sources
(
gidmigration PRIVATE
gidmigrator.cpp
gidmigrationjob.cpp
gidmigrator.h
gidmigrationjob.h
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
...
...
migration/googlegroupware/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -2,6 +2,7 @@ include_directories(${CMAKE_BINARY_DIR}/resources/google-groupware)
set
(
googlegroupwaremigration_SRCS
googleresourcemigrator.cpp
googleresourcemigrator.h
${
MIGRATION_AKONADI_SHARED_SOURCES
}
)
...
...
resources/akonotes/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -18,6 +18,10 @@ set( akonotesresource_SRCS
../maildir/retrieveitemsjob.cpp
../maildir/maildirresource_debug.cpp
akonotesresource.cpp
../maildir/maildirresource.h
../maildir/retrieveitemsjob.h
../maildir/maildirresource_debug.h
akonotesresource.h
${
akonotes_common_SRCS
}
)
...
...
@@ -58,6 +62,8 @@ target_sources(akonotesconfig PRIVATE
../maildir/configwidget.cpp
../maildir/maildirconfig.cpp
akonotesconfig.cpp
../maildir/configwidget.h
../maildir/maildirconfig.h
${
akonotes_common_SRCS
}
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
...
...
resources/birthdays/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -8,6 +8,7 @@ kconfig_add_kcfg_files(birthdayresource_common_SRCS
set
(
birthdayresource_srcs
birthdaysresource.cpp
birthdaysresource.h
${
birthdayresource_common_SRCS
}
)
...
...
@@ -57,6 +58,7 @@ kcoreaddons_add_plugin(birthdaysconfig
ki18n_wrap_ui
(
birthdaysconfig birthdaysconfigwidget.ui
)
target_sources
(
birthdaysconfig PRIVATE
birthdaysconfigagentwidget.cpp
birthdaysconfigagentwidget.h
${
birthdayresource_common_SRCS
}
)
...
...
resources/contacts/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -14,6 +14,7 @@ kconfig_add_kcfg_files(contactsresource_common_SRCS
set
(
contactsresource_SRCS
contactsresource.cpp
contactsresource.h
${
contactsresource_common_SRCS
}
)
...
...
@@ -54,6 +55,7 @@ ki18n_wrap_ui(contactsconfig contactsagentsettingswidget.ui)
target_sources
(
contactsconfig PRIVATE
contactssettingswidget.cpp
contactssettingswidget.h
${
contactsresource_common_SRCS
}
)
...
...
resources/dav/resource/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -15,6 +15,9 @@ set(davgroupwareconfig_SRCS
configdialog.cpp
searchdialog.cpp
setupwizard.cpp
configdialog.h
searchdialog.h
setupwizard.h
)
ki18n_wrap_ui
(
davgroupwareconfig_SRCS configdialog.ui urlconfigurationdialog.ui searchdialog.ui
)
...
...
@@ -33,6 +36,16 @@ set( davgroupwareresource_SRCS
settings.cpp
urlconfigurationdialog.cpp
davgroupwareresource.cpp
daverror-kdepim-runtime.h
akonadietagcache.h
utils.h
ctagattribute.h
davfreebusyhandler.h
davprotocolattribute.h
settings.h
urlconfigurationdialog.h
davgroupwareresource.h
)
ecm_qt_declare_logging_category
(
davgroupwareresource_SRCS HEADER davresource_debug.h IDENTIFIER DAVRESOURCE_LOG CATEGORY_NAME org.kde.pim.davresource
...
...
resources/ews/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -61,7 +61,51 @@ set(ewsresource_SRCS
ewssubscribedfoldersjob.cpp
ewssubscriptionmanager.cpp
ewssubscriptionwidget.cpp
ewssyncstateattribute.cpp
)
ewssyncstateattribute.cpp
abchperson/ewsabchpersonhandler.h
abchperson/ewscreateabchpersonjob.h
abchperson/ewsfetchabchpersondetailjob.h
abchperson/ewsmodifyabchpersonjob.h
calendar/ewscalendarhandler.h
calendar/ewscreatecalendarjob.h
calendar/ewsfetchcalendardetailjob.h
calendar/ewsmodifycalendarjob.h
contact/ewscontacthandler.h
contact/ewscreatecontactjob.h
contact/ewsfetchcontactdetailjob.h
contact/ewsmodifycontactjob.h
mail/ewscreatemailjob.h
mail/ewsfetchmaildetailjob.h
mail/ewsmailhandler.h
mail/ewsmodifymailjob.h
tags/ewsakonaditagssyncjob.h
tags/ewsglobaltagsreadjob.h
tags/ewsglobaltagswritejob.h
tags/ewstagstore.h
tags/ewsupdateitemstagsjob.h
task/ewscreatetaskjob.h
task/ewsfetchtaskdetailjob.h
task/ewsmodifytaskjob.h
task/ewstaskhandler.h
ewsautodiscoveryjob.h
ewsconfigdialog.h
ewscreateitemjob.h
ewsfetchfoldersincrjob.h
ewsfetchfoldersjob.h
ewsfetchitemdetailjob.h
ewsfetchitempayloadjob.h
ewsfetchitemsjob.h
ewsitemhandler.h
ewsmodifyitemflagsjob.h
ewsmodifyitemjob.h
ewsprogressdialog.h
ewsresource.h
ewssettings.h
ewssubscribedfoldersjob.h
ewssubscriptionmanager.h
ewssubscriptionwidget.h
ewssyncstateattribute.h
)
ecm_qt_declare_logging_category
(
ewsresource_SRCS
HEADER ewsres_debug.h
...
...
@@ -120,7 +164,9 @@ target_link_libraries(akonadi_ews_resource
if
(
HAVE_SEPARATE_MTA_RESOURCE
)
set
(
ewsmtaresource_SRCS
ewsmtaconfigdialog.cpp
ewsmtaresource.cpp
)
ewsmtaresource.cpp
ewsmtaconfigdialog.h
ewsmtaresource.h
)
ecm_qt_declare_logging_category
(
ewsmtaresource_SRCS
HEADER ewsres_mta_debug.h
IDENTIFIER EWSRES_MTA_LOG
...
...
resources/ews/ewsclient/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -47,16 +47,61 @@ set(EWSCLIENT_SRCS
ewsupdatefolderrequest.cpp
ewsupdateitemrequest.cpp
ewsxml.cpp
ewsclient_debug.cpp
)
ewsclient_debug.cpp
auth/ewsabstractauth.h
auth/ewspasswordauth.h
ewsattachment.h
ewsattendee.h
ewsclient.h
ewscreatefolderrequest.h
ewscreateitemrequest.h
ewsdeletefolderrequest.h
ewsdeleteitemrequest.h
ewseffectiverights.h
ewseventrequestbase.h
ewsfindfolderrequest.h
ewsfinditemrequest.h
ewsfolder.h
ewsfoldershape.h
ewsgeteventsrequest.h
ewsgetstreamingeventsrequest.h
ewsgetfolderrequest.h
ewsgetitemrequest.h
ewsid.h
ewsitem.h
ewsitembase.h
ewsitemshape.h
ewsjob.h
ewsmailbox.h
ewsmovefolderrequest.h
ewsmoveitemrequest.h
ewsoccurrence.h
ewspoxautodiscoverrequest.h
ewspropertyfield.h
ewsrecurrence.h
ewsserverversion.h
ewssubscriberequest.h
ewssyncfolderhierarchyrequest.h
ewssyncfolderitemsrequest.h
ewstypes.h
ewsunsubscriberequest.h
ewsupdatefolderrequest.h
ewsupdateitemrequest.h
ewsxml.h
)
if
(
Qt5NetworkAuth_FOUND
)
list
(
APPEND EWSCLIENT_SRCS
auth/ewsoauth.cpp
)
auth/ewsoauth.cpp
auth/ewsoauth.h
)
endif
()
if
(
Qca-qt5_FOUND
)
list
(
APPEND EWSCLIENT_SRCS
auth/ewspkeyauthjob.cpp
)
auth/ewspkeyauthjob.cpp
auth/ewspkeyauthjob.h
)
endif
()
ecm_qt_declare_logging_category
(
EWSCLIENT_SRCS
...
...
resources/google-groupware/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -9,7 +9,17 @@ set(googleresource_SRCS
generichandler.cpp
calendarhandler.cpp
taskhandler.cpp
contacthandler.cpp
)
contacthandler.cpp
googleresource.h
googlesettings.h
googlesettingsdialog.h
defaultreminderattribute.h
googleresourcestate.h
generichandler.h
calendarhandler.h
taskhandler.h
contacthandler.h
)
ecm_qt_declare_logging_category
(
googleresource_SRCS
HEADER googleresource_debug.h
...
...
resources/ical/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -34,6 +34,8 @@ target_sources( akonadi_ical_resource PRIVATE
icalresource.cpp
shared/icalresourcebase.cpp
shared/icalresource.cpp
shared/icalresourcebase.h
shared/icalresource.h
${
icalresource_common_SRCS
}
${
icalresource_SRCS
}
)
...
...
resources/ical/notes/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -22,6 +22,9 @@ target_sources( akonadi_notes_resource PRIVATE
../shared/icalresourcebase.cpp
../shared/icalresource.cpp
notesresource.cpp
../shared/icalresourcebase.h
../shared/icalresource.h
notesresource.h
${
notesresource_common_SRCS
}
${
notesresource_SRCS
}
)
...
...
resources/icaldir/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -11,6 +11,7 @@ kconfig_add_kcfg_files(icaldirresource_common_SRCS
set
(
icaldirresource_SRCS
icaldirresource.cpp
icaldirresource.h
${
icaldirresource_common_SRCS
}
)
...
...
@@ -53,6 +54,7 @@ ki18n_wrap_ui(icaldirconfig icaldirsagentsettingswidget.ui)
target_sources
(
icaldirconfig PRIVATE
icaldirsettingswidget.cpp
icaldirsettingswidget.h
${
icaldirresource_common_SRCS
}
)
...
...
resources/imap/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -41,6 +41,41 @@ set( imapresource_LIB_SRCS
resourcestate.cpp
collectionmetadatahelper.cpp
replacemessagejob.cpp
addcollectiontask.h
additemtask.h
batchfetcher.h
changecollectiontask.h
changeitemsflagstask.h
changeitemtask.h
expungecollectiontask.h
highestmodseqattribute.h
imapaccount.h
imapflags.h
imapresourcebase.h
messagehelper.h
movecollectiontask.h
moveitemstask.h
noselectattribute.h
noinferiorsattribute.h
passwordrequesterinterface.h
removecollectionrecursivetask.h
resourcestateinterface.h
resourcetask.h
retrievecollectionmetadatatask.h
retrievecollectionstask.h
retrieveitemtask.h
retrieveitemstask.h
searchtask.h
sessionpool.h
uidvalidityattribute.h
uidnextattribute.h
settings.h
subscriptiondialog.h
imapidlemanager.h
resourcestate.h
collectionmetadatahelper.h
replacemessagejob.h
${
AKONADI_COLLECTIONATTRIBUTES_SHARED_SOURCES
}
${
AKONADI_IMAPATTRIBUTES_SHARED_SOURCES
}
)
...
...
@@ -103,7 +138,15 @@ target_sources( akonadi_imap_resource PRIVATE
serverinfodialog.cpp
passwordrequester.cpp
gmailpasswordrequester.cpp
)
imapresource.h
resourcestate.h
settingspasswordrequester.h
setupserver.h
serverinfodialog.h
passwordrequester.h
gmailpasswordrequester.h
)
install
(
FILES imapresource.desktop DESTINATION
"
${
KDE_INSTALL_DATAROOTDIR
}
/akonadi/agents"
)
...
...
resources/kalarm/kalarm/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -22,6 +22,9 @@ set(kalarmresource_SRCS
kalarmresource.cpp
../shared/kalarmresourcecommon.cpp
../shared/alarmtyperadiowidget.cpp
kalarmresource.h
../shared/kalarmresourcecommon.h
../shared/alarmtyperadiowidget.h
${
kalarmresource_common_SRCS
}
)
...
...
resources/kalarm/kalarmdir/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -12,6 +12,11 @@ set(kalarmdirresource_SRCS
kalarmdirresource.cpp
../shared/kalarmresourcecommon.cpp
../shared/alarmtypewidget.cpp
kalarmdirresource_debug.h
settingsdialog.h
kalarmdirresource.h
../shared/kalarmresourcecommon.h
../shared/alarmtypewidget.h
)
install
(
FILES kalarmdirresource.desktop DESTINATION
"
${
KDE_INSTALL_DATAROOTDIR
}
/akonadi/agents"
)
...
...
resources/kolab/CMakeLists.txt
View file @
2de2aaa2
...
...
@@ -30,6 +30,24 @@ set(kolabresource_SRCS
kolabchangeitemsrelationstask.cpp
kolabchangeitemstagstask.cpp
updatemessagejob.cpp
../imap/settingspasswordrequester.h
../imap/setupserver.h
../imap/serverinfodialog.h
kolabretrievecollectionstask.h
kolabresource.h
kolabresourcestate.h
kolabhelpers.h
kolabmessagehelper.h
kolabaddtagtask.h
kolabchangetagtask.h
kolabremovetagtask.h
kolabretrievetagstask.h
kolabsettings.h
tagchangehelper.h
kolabrelationresourcetask.h
kolabchangeitemsrelationstask.h
kolabchangeitemstagstask.h
updatemessagejob.h
)
ecm_qt_declare_logging_category
(
kolabresource_SRCS
...
...
Prev
1
2
Next
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