Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE Pim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Unmaintained
KDE Pim
Commits
c5a75c7f
Commit
c5a75c7f
authored
Apr 08, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indent
parent
1023c545
Changes
34
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
768 additions
and
768 deletions
+768
-768
agents/archivemailagent/CMakeLists.txt
agents/archivemailagent/CMakeLists.txt
+31
-31
agents/archivemailagent/autotests/CMakeLists.txt
agents/archivemailagent/autotests/CMakeLists.txt
+8
-8
agents/followupreminderagent/CMakeLists.txt
agents/followupreminderagent/CMakeLists.txt
+15
-15
agents/followupreminderagent/autotests/CMakeLists.txt
agents/followupreminderagent/autotests/CMakeLists.txt
+1
-1
agents/mailfilteragent/CMakeLists.txt
agents/mailfilteragent/CMakeLists.txt
+25
-25
agents/mailfilteragent/autotests/CMakeLists.txt
agents/mailfilteragent/autotests/CMakeLists.txt
+1
-1
blogilo/composereditorwebengine/CMakeLists.txt
blogilo/composereditorwebengine/CMakeLists.txt
+2
-2
blogilo/composereditorwebengine/src/CMakeLists.txt
blogilo/composereditorwebengine/src/CMakeLists.txt
+2
-2
grantleeeditor/contactprintthemeeditor/CMakeLists.txt
grantleeeditor/contactprintthemeeditor/CMakeLists.txt
+22
-22
grantleeeditor/contactthemeeditor/CMakeLists.txt
grantleeeditor/contactthemeeditor/CMakeLists.txt
+23
-23
grantleeeditor/grantleethemeeditor/CMakeLists.txt
grantleeeditor/grantleethemeeditor/CMakeLists.txt
+19
-19
grantleeeditor/headerthemeeditor/CMakeLists.txt
grantleeeditor/headerthemeeditor/CMakeLists.txt
+12
-12
importwizard/CMakeLists.txt
importwizard/CMakeLists.txt
+83
-83
kaddressbook/CMakeLists.txt
kaddressbook/CMakeLists.txt
+102
-102
knotes/notesagent/CMakeLists.txt
knotes/notesagent/CMakeLists.txt
+19
-19
kontact/kconf_update/CMakeLists.txt
kontact/kconf_update/CMakeLists.txt
+4
-4
kontact/src/CMakeLists.txt
kontact/src/CMakeLists.txt
+34
-34
korgac/CMakeLists.txt
korgac/CMakeLists.txt
+40
-40
korgac/tests/CMakeLists.txt
korgac/tests/CMakeLists.txt
+21
-21
korganizer/CMakeLists.txt
korganizer/CMakeLists.txt
+97
-97
ktnef/CMakeLists.txt
ktnef/CMakeLists.txt
+7
-7
mboximporter/CMakeLists.txt
mboximporter/CMakeLists.txt
+16
-16
pimsettingexporter/CMakeLists.txt
pimsettingexporter/CMakeLists.txt
+3
-3
pimsettingexporter/console/CMakeLists.txt
pimsettingexporter/console/CMakeLists.txt
+5
-5
pimsettingexporter/console/autotests/CMakeLists.txt
pimsettingexporter/console/autotests/CMakeLists.txt
+2
-2
pimsettingexporter/core/CMakeLists.txt
pimsettingexporter/core/CMakeLists.txt
+55
-55
pimsettingexporter/gui/CMakeLists.txt
pimsettingexporter/gui/CMakeLists.txt
+29
-29
pimsettingexporter/gui/tests/CMakeLists.txt
pimsettingexporter/gui/tests/CMakeLists.txt
+21
-21
plugins/messageviewer/bodypartformatter/calendar/CMakeLists.txt
...s/messageviewer/bodypartformatter/calendar/CMakeLists.txt
+14
-14
sieveeditor/autotests/CMakeLists.txt
sieveeditor/autotests/CMakeLists.txt
+16
-16
sieveeditor/kconf_update/CMakeLists.txt
sieveeditor/kconf_update/CMakeLists.txt
+4
-4
storageservicemanager/CMakeLists.txt
storageservicemanager/CMakeLists.txt
+26
-26
storageservicemanager/autotests/CMakeLists.txt
storageservicemanager/autotests/CMakeLists.txt
+5
-5
storageservicemanager/kconf_update/CMakeLists.txt
storageservicemanager/kconf_update/CMakeLists.txt
+4
-4
No files found.
agents/archivemailagent/CMakeLists.txt
View file @
c5a75c7f
...
...
@@ -3,22 +3,22 @@ project(archivemailagent)
add_definitions
(
-DTRANSLATION_DOMAIN=\"akonadi_archivemail_agent\"
)
set
(
archivemailagent_SRCS
archivemailkernel.cpp
archivemailagent.cpp
archivemailmanager.cpp
archivemaildialog.cpp
archivemailinfo.cpp
addarchivemaildialog.cpp
archivemailwidget.cpp
job/archivejob.cpp
archivemailagentutil.cpp
widgets/formatcombobox.cpp
widgets/unitcombobox.cpp
)
archivemailkernel.cpp
archivemailagent.cpp
archivemailmanager.cpp
archivemaildialog.cpp
archivemailinfo.cpp
addarchivemaildialog.cpp
archivemailwidget.cpp
job/archivejob.cpp
archivemailagentutil.cpp
widgets/formatcombobox.cpp
widgets/unitcombobox.cpp
)
kconfig_add_kcfg_files
(
archivemailagent_SRCS
settings/archivemailagentsettings.kcfgc
)
)
qt5_add_dbus_adaptor
(
archivemailagent_SRCS org.freedesktop.Akonadi.ArchiveMailAgent.xml archivemailagent.h ArchiveMailAgent
)
...
...
@@ -31,25 +31,25 @@ ki18n_wrap_ui(archivemailagent_SRCS ui/archivemailwidget.ui )
add_executable
(
akonadi_archivemail_agent
${
archivemailagent_SRCS
}
)
target_link_libraries
(
akonadi_archivemail_agent
KF5::AkonadiCore
KF5::IdentityManagement
KF5::AkonadiMime
KF5::AkonadiAgentBase
KF5::DBusAddons
KF5::XmlGui
KF5::WindowSystem
KF5::KIOWidgets
KF5::Notifications
KF5::MailCommon
KF5::Libkdepim
KF5::IconThemes
KF5::I18n
)
KF5::AkonadiCore
KF5::IdentityManagement
KF5::AkonadiMime
KF5::AkonadiAgentBase
KF5::DBusAddons
KF5::XmlGui
KF5::WindowSystem
KF5::KIOWidgets
KF5::Notifications
KF5::MailCommon
KF5::Libkdepim
KF5::IconThemes
KF5::I18n
)
if
(
APPLE
)
set_target_properties
(
akonadi_archivemail_agent PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_SOURCE_DIR
}
/Info.plist.template
)
set_target_properties
(
akonadi_archivemail_agent PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER
"org.kde.Akonadi.archivemail"
)
set_target_properties
(
akonadi_archivemail_agent PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME
"KDE Akonadi Email Archiver"
)
set_target_properties
(
akonadi_archivemail_agent PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_SOURCE_DIR
}
/Info.plist.template
)
set_target_properties
(
akonadi_archivemail_agent PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER
"org.kde.Akonadi.archivemail"
)
set_target_properties
(
akonadi_archivemail_agent PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME
"KDE Akonadi Email Archiver"
)
endif
()
install
(
TARGETS akonadi_archivemail_agent
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
...
...
@@ -60,5 +60,5 @@ install(FILES akonadi_archivemail_agent.notifyrc DESTINATION ${KDE_INSTALL_KNOTI
install
(
FILES settings/archivemailagentsettings.kcfg DESTINATION
${
KDE_INSTALL_KCFGDIR
}
)
if
(
BUILD_TESTING
)
add_subdirectory
(
autotests
)
add_subdirectory
(
autotests
)
endif
()
agents/archivemailagent/autotests/CMakeLists.txt
View file @
c5a75c7f
...
...
@@ -2,14 +2,14 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/
# Convenience macro to add unit tests.
macro
(
archivemail_agent _source
)
set
(
_test
${
_source
}
../archivemailinfo.cpp ../archivemaildialog.cpp ../archivemailagentutil.cpp ../addarchivemaildialog.cpp ../widgets/formatcombobox.cpp ../widgets/unitcombobox.cpp ../archivemailwidget.cpp
)
ki18n_wrap_ui
(
_test ../ui/archivemailwidget.ui
)
ecm_qt_declare_logging_category
(
_test HEADER archivemailagent_debug.h IDENTIFIER ARCHIVEMAILAGENT_LOG CATEGORY_NAME log_archivemailagent
)
get_filename_component
(
_name
${
_source
}
NAME_WE
)
add_executable
(
${
_name
}
${
_test
}
)
add_test
(
${
_name
}
${
_name
}
)
ecm_mark_as_test
(
archivemailagent-
${
_name
}
)
target_link_libraries
(
${
_name
}
Qt5::Test Qt5::Core KF5::MailCommon KF5::AkonadiCore KF5::XmlGui KF5::KIOWidgets KF5::Libkdepim KF5::I18n
)
set
(
_test
${
_source
}
../archivemailinfo.cpp ../archivemaildialog.cpp ../archivemailagentutil.cpp ../addarchivemaildialog.cpp ../widgets/formatcombobox.cpp ../widgets/unitcombobox.cpp ../archivemailwidget.cpp
)
ki18n_wrap_ui
(
_test ../ui/archivemailwidget.ui
)
ecm_qt_declare_logging_category
(
_test HEADER archivemailagent_debug.h IDENTIFIER ARCHIVEMAILAGENT_LOG CATEGORY_NAME log_archivemailagent
)
get_filename_component
(
_name
${
_source
}
NAME_WE
)
add_executable
(
${
_name
}
${
_test
}
)
add_test
(
${
_name
}
${
_name
}
)
ecm_mark_as_test
(
archivemailagent-
${
_name
}
)
target_link_libraries
(
${
_name
}
Qt5::Test Qt5::Core KF5::MailCommon KF5::AkonadiCore KF5::XmlGui KF5::KIOWidgets KF5::Libkdepim KF5::I18n
)
endmacro
()
archivemail_agent
(
archivemailinfotest.cpp
)
...
...
agents/followupreminderagent/CMakeLists.txt
View file @
c5a75c7f
...
...
@@ -6,7 +6,7 @@ set(followupreminderagent_job_SRCS
jobs/followupreminderjob.cpp
jobs/followupreminderfinishtaskjob.cpp
jobs/followupremindershowmessagejob.cpp
)
)
set
(
followupreminderagent_SRCS
followupreminderagent.cpp
...
...
@@ -15,7 +15,7 @@ set(followupreminderagent_SRCS
followupremindernoanswerdialog.cpp
followupreminderinfowidget.cpp
${
followupreminderagent_job_SRCS
}
)
)
ecm_qt_declare_logging_category
(
followupreminderagent_SRCS HEADER followupreminderagent_debug.h IDENTIFIER FOLLOWUPREMINDERAGENT_LOG CATEGORY_NAME log_followupreminderagent
)
qt5_add_dbus_adaptor
(
followupreminderagent_SRCS org.freedesktop.Akonadi.FollowUpReminder.xml followupreminderagent.h FollowUpReminderAgent
)
...
...
@@ -23,20 +23,20 @@ qt5_add_dbus_adaptor(followupreminderagent_SRCS org.freedesktop.Akonadi.FollowUp
add_executable
(
akonadi_followupreminder_agent
${
followupreminderagent_SRCS
}
)
target_link_libraries
(
akonadi_followupreminder_agent
KF5::AkonadiCore
KF5::AkonadiMime
KF5::AkonadiAgentBase
KF5::Mime
KF5::CalendarCore
KF5::DBusAddons
KF5::FollowupReminder
Qt5::Widgets
)
KF5::AkonadiCore
KF5::AkonadiMime
KF5::AkonadiAgentBase
KF5::Mime
KF5::CalendarCore
KF5::DBusAddons
KF5::FollowupReminder
Qt5::Widgets
)
if
(
APPLE
)
set_target_properties
(
akonadi_followupreminder_agent PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_SOURCE_DIR
}
/Info.plist.template
)
set_target_properties
(
akonadi_followupreminder_agent PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER
"org.akonadi_followupreminder_agent"
)
set_target_properties
(
akonadi_followupreminder_agent PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME
"KDE Akonadi Followup Reminder Agent"
)
set_target_properties
(
akonadi_followupreminder_agent PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_SOURCE_DIR
}
/Info.plist.template
)
set_target_properties
(
akonadi_followupreminder_agent PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER
"org.akonadi_followupreminder_agent"
)
set_target_properties
(
akonadi_followupreminder_agent PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME
"KDE Akonadi Followup Reminder Agent"
)
endif
()
install
(
TARGETS akonadi_followupreminder_agent
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
...
...
@@ -44,7 +44,7 @@ install(TARGETS akonadi_followupreminder_agent ${KDE_INSTALL_TARGETS_DEFAULT_ARG
install
(
FILES followupreminder.desktop DESTINATION
"
${
KDE_INSTALL_DATAROOTDIR
}
/akonadi/agents"
)
if
(
BUILD_TESTING
)
add_subdirectory
(
autotests
)
add_subdirectory
(
autotests
)
endif
()
install
(
FILES akonadi_followupreminder_agent.notifyrc DESTINATION
${
KDE_INSTALL_KNOTIFY5RCDIR
}
)
agents/followupreminderagent/autotests/CMakeLists.txt
View file @
c5a75c7f
...
...
@@ -8,7 +8,7 @@ macro( followupreminder_agent _source )
TEST_NAME
${
_name
}
NAME_PREFIX
"followupreminder-"
LINK_LIBRARIES Qt5::Test KF5::AkonadiCore KF5::FollowupReminder Qt5::Widgets KF5::I18n KF5::XmlGui KF5::Service
)
)
endmacro
()
followupreminder_agent
(
followupreminderinfotest.cpp
)
...
...
agents/mailfilteragent/CMakeLists.txt
View file @
c5a75c7f
...
...
@@ -5,13 +5,13 @@ add_subdirectory( kconf_update )
add_definitions
(
-DTRANSLATION_DOMAIN=\"akonadi_mailfilter_agent\"
)
set
(
akonadi_mailfilter_agent_SRCS
dummykernel.cpp
filterlogdialog.cpp
filtermanager.cpp
mailfilteragent.cpp
configuredialog.cpp
configurewidget.cpp
)
dummykernel.cpp
filterlogdialog.cpp
filtermanager.cpp
mailfilteragent.cpp
configuredialog.cpp
configurewidget.cpp
)
qt5_add_dbus_adaptor
(
akonadi_mailfilter_agent_SRCS org.freedesktop.Akonadi.MailFilterAgent.xml mailfilteragent.h MailFilterAgent
)
...
...
@@ -20,28 +20,28 @@ ecm_qt_declare_logging_category(akonadi_mailfilter_agent_SRCS HEADER mailfiltera
add_executable
(
akonadi_mailfilter_agent
${
akonadi_mailfilter_agent_SRCS
}
)
if
(
APPLE
)
set_target_properties
(
akonadi_mailfilter_agent PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_SOURCE_DIR
}
/Info.plist.template
)
set_target_properties
(
akonadi_mailfilter_agent PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER
"org.kde.Akonadi.mailfilter"
)
set_target_properties
(
akonadi_mailfilter_agent PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME
"KDE Akonadi Email Filter"
)
set_target_properties
(
akonadi_mailfilter_agent PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_SOURCE_DIR
}
/Info.plist.template
)
set_target_properties
(
akonadi_mailfilter_agent PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER
"org.kde.Akonadi.mailfilter"
)
set_target_properties
(
akonadi_mailfilter_agent PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME
"KDE Akonadi Email Filter"
)
endif
()
target_link_libraries
(
akonadi_mailfilter_agent
KF5::MailCommon
KF5::MessageComposer
KF5::PimCommon
KF5::AkonadiCore
KF5::AkonadiMime
KF5::AkonadiAgentBase
KF5::Mime
KF5::IdentityManagement
KF5::DBusAddons
KF5::Notifications
KF5::WindowSystem
KF5::IconThemes
KF5::Libkdepim
KF5::I18n
)
KF5::MailCommon
KF5::MessageComposer
KF5::PimCommon
KF5::AkonadiCore
KF5::AkonadiMime
KF5::AkonadiAgentBase
KF5::Mime
KF5::IdentityManagement
KF5::DBusAddons
KF5::Notifications
KF5::WindowSystem
KF5::IconThemes
KF5::Libkdepim
KF5::I18n
)
install
(
TARGETS akonadi_mailfilter_agent
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
FILES mailfilteragent.desktop DESTINATION
"
${
KDE_INSTALL_DATAROOTDIR
}
/akonadi/agents"
)
...
...
agents/mailfilteragent/autotests/CMakeLists.txt
View file @
c5a75c7f
...
...
@@ -6,7 +6,7 @@ macro(add_mailfilter_agent_test _source _extrasource)
TEST_NAME
${
_name
}
NAME_PREFIX
"mailfilteragent-"
LINK_LIBRARIES Qt5::Test Qt5::Widgets KF5::I18n KF5::ConfigCore
)
)
endmacro
()
add_mailfilter_agent_test
(
configuredialogtest.cpp
"../configurewidget.cpp;../configuredialog.cpp"
)
...
...
blogilo/composereditorwebengine/CMakeLists.txt
View file @
c5a75c7f
...
...
@@ -4,6 +4,6 @@ add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")
add_subdirectory
(
src
)
if
(
BUILD_TESTING
)
add_subdirectory
(
tests
)
add_subdirectory
(
autotests
)
add_subdirectory
(
tests
)
add_subdirectory
(
autotests
)
endif
()
blogilo/composereditorwebengine/src/CMakeLists.txt
View file @
c5a75c7f
...
...
@@ -18,8 +18,8 @@ ecm_qt_declare_logging_category(libcomposereditor_webengine_SRCS HEADER composer
kconfig_add_kcfg_files
(
libcomposereditor_webengine_SRCS
globalsetting_composereditorwebengine.kcfgc
)
globalsetting_composereditorwebengine.kcfgc
)
add_library
(
composereditorwebengineprivate
${
libcomposereditor_webengine_SRCS
}
)
...
...
grantleeeditor/contactprintthemeeditor/CMakeLists.txt
View file @
c5a75c7f
...
...
@@ -2,18 +2,18 @@ project( contactprintthemeeditor )
set
(
contactprintthemeeditor_SRCS
main.cpp
defaultcompletion.cpp
editorpage.cpp
contactprintthemeconfiguredialog.cpp
themedefaulttemplate.cpp
themeeditormainwindow.cpp
themeeditorpage.cpp
contactprintthemeeditorutil.cpp
themeeditorwidget.cpp
themetemplatewidget.cpp
contactprintthemepreview.cpp
)
main.cpp
defaultcompletion.cpp
editorpage.cpp
contactprintthemeconfiguredialog.cpp
themedefaulttemplate.cpp
themeeditormainwindow.cpp
themeeditorpage.cpp
contactprintthemeeditorutil.cpp
themeeditorwidget.cpp
themetemplatewidget.cpp
contactprintthemepreview.cpp
)
if
(
QTWEBENGINE_SUPPORT_OPTION
)
set
(
contactprintthemeeditor_web_LIB Qt5::WebEngineWidgets
)
else
()
...
...
@@ -26,16 +26,16 @@ qt5_add_resources(contactprintthemeeditor_SRCS contactprintthemeeditor.qrc)
add_executable
(
contactprintthemeeditor
${
contactprintthemeeditor_SRCS
}
)
target_link_libraries
(
contactprintthemeeditor
${
contactprintthemeeditor_web_LIB
}
KF5::DBusAddons
KF5::NewStuff
KF5::AkonadiContact
KF5::PimCommon
grantleethemeeditor
KF5::KaddressbookGrantlee
KF5::PimTextEdit
KF5::I18n
)
${
contactprintthemeeditor_web_LIB
}
KF5::DBusAddons
KF5::NewStuff
KF5::AkonadiContact
KF5::PimCommon
grantleethemeeditor
KF5::KaddressbookGrantlee
KF5::PimTextEdit
KF5::I18n
)
install
(
TARGETS contactprintthemeeditor
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
...
...
grantleeeditor/contactthemeeditor/CMakeLists.txt
View file @
c5a75c7f
project
(
contactthemeeditor
)
set
(
contactthemeeditor_SRCS
main.cpp
defaultcompletion.cpp
contactdefaulttemplate.cpp
contacteditorwidget.cpp
contacttemplatewidget.cpp
contacteditormainwindow.cpp
previewwidget.cpp
editorpage.cpp
contacteditorpage.cpp
contactconfigurationdialog.cpp
contacteditorutil.cpp
contactpreviewwidget.cpp
)
main.cpp
defaultcompletion.cpp
contactdefaulttemplate.cpp
contacteditorwidget.cpp
contacttemplatewidget.cpp
contacteditormainwindow.cpp
previewwidget.cpp
editorpage.cpp
contacteditorpage.cpp
contactconfigurationdialog.cpp
contacteditorutil.cpp
contactpreviewwidget.cpp
)
ecm_qt_declare_logging_category
(
contactthemeeditor_SRCS HEADER contactthemeeditor_debug.h IDENTIFIER CONTACTTHEMEEDITOR_LOG CATEGORY_NAME log_contactthemeeditor
)
qt5_add_resources
(
contactthemeeditor_SRCS contactthemeeditor.qrc
)
add_executable
(
contactthemeeditor
${
contactthemeeditor_SRCS
}
)
target_link_libraries
(
contactthemeeditor
PRIVATE
KF5::DBusAddons
KF5::NewStuff
KF5::AkonadiContact
KF5::PimCommon
grantleethemeeditor
KF5::KaddressbookGrantlee
KF5::PimTextEdit
KF5::I18n
)
PRIVATE
KF5::DBusAddons
KF5::NewStuff
KF5::AkonadiContact
KF5::PimCommon
grantleethemeeditor
KF5::KaddressbookGrantlee
KF5::PimTextEdit
KF5::I18n
)
install
(
TARGETS contactthemeeditor
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
...
...
grantleeeditor/grantleethemeeditor/CMakeLists.txt
View file @
c5a75c7f
...
...
@@ -4,25 +4,25 @@ add_definitions(-DTRANSLATION_DOMAIN=\"libgrantleethemeeditor\")
set
(
libgrantleethemeeditor_SRCS
newthemedialog.cpp
themeeditortabwidget.cpp
managethemes.cpp
themesession.cpp
editorwidget.cpp
desktopfilepage.cpp
newthemedialog.cpp
themeeditortabwidget.cpp
managethemes.cpp
themesession.cpp
editorwidget.cpp
desktopfilepage.cpp
editorpage.cpp
previewwidget.cpp
configurewidget.cpp
grantleeplaintexteditor.cpp
)
)
kconfig_add_kcfg_files
(
libgrantleethemeeditor_SRCS
settings/globalsettings_base.kcfgc
)
settings/globalsettings_base.kcfgc
)
ki18n_wrap_ui
(
libgrantleethemeeditor_SRCS
ui/configurewidget.ui
)
)
ecm_qt_declare_logging_category
(
libgrantleethemeeditor_SRCS HEADER grantleethemeeditor_debug.h IDENTIFIER GRANTLEETHEMEEDITOR_LOG CATEGORY_NAME log_grantleethemeeditor
)
...
...
@@ -32,15 +32,15 @@ generate_export_header(grantleethemeeditor BASE_NAME grantleethemeeditor)
target_include_directories
(
grantleethemeeditor PUBLIC
"$<BUILD_INTERFACE:
${
grantleeditor_SOURCE_DIR
}
;
${
grantleethemeeditor_SOURCE_DIR
}
;
${
grantleethemeeditor_BINAY_DIR
}
>"
)
target_link_libraries
(
grantleethemeeditor
PUBLIC
KF5::Archive
PRIVATE
KF5::KIOWidgets
KF5::PimTextEdit
KF5::PimCommon
KF5::ConfigWidgets
KF5::I18n
)
PUBLIC
KF5::Archive
PRIVATE
KF5::KIOWidgets
KF5::PimTextEdit
KF5::PimCommon
KF5::ConfigWidgets
KF5::I18n
)
install
(
FILES settings/grantleethemeeditor.kcfg DESTINATION
${
KDE_INSTALL_KCFGDIR
}
)
...
...
grantleeeditor/headerthemeeditor/CMakeLists.txt
View file @
c5a75c7f
project
(
headerthemeeditor
)
set
(
headerthemeeditor_SRCS
main.cpp
themeeditormainwindow.cpp
themeeditorpage.cpp
previewwidget.cpp
editorpage.cpp
themetemplatewidget.cpp
themedefaulttemplate.cpp
defaultcompletion.cpp
themeconfiguredialog.cpp
themeeditorutil.cpp
themeeditorwidget.cpp
)
main.cpp
themeeditormainwindow.cpp
themeeditorpage.cpp
previewwidget.cpp
editorpage.cpp
themetemplatewidget.cpp
themedefaulttemplate.cpp
defaultcompletion.cpp
themeconfiguredialog.cpp
themeeditorutil.cpp
themeeditorwidget.cpp
)
ecm_qt_declare_logging_category
(
headerthemeeditor_SRCS HEADER headerthemeeditor_debug.h IDENTIFIER HEADERTHEMEEDITOR_LOG CATEGORY_NAME log_headerthemeeditor
)
qt5_add_resources
(
headerthemeeditor_SRCS headerthemeeditor.qrc
)
...
...
importwizard/CMakeLists.txt
View file @
c5a75c7f
...
...
@@ -3,88 +3,88 @@ project(importwizard)
include_directories
(
${
importwizard_SOURCE_DIR
}
/autodetect/
)
)
add_subdirectory
(
icons
)
add_subdirectory
(
kconf_update
)
set
(
importwizard_SRCS
importwizardkernel.cpp
importwizard.cpp
main.cpp
)
importwizardkernel.cpp
importwizard.cpp
main.cpp
)
set
(
importwizard_manual_SRCS
manual/manualimportmailpage.cpp
manual/importwizardfilterinfogui.cpp
manual/manualselectfilterpage.cpp
)
manual/manualimportmailpage.cpp
manual/importwizardfilterinfogui.cpp
manual/manualselectfilterpage.cpp
)
set
(
importwizard_autodetect_SRCS
autodetect/widgets/selectprogramlistwidget.cpp
autodetect/importwizardutil.cpp
autodetect/selectprogrampage.cpp
autodetect/importaddressbookpage.cpp
autodetect/importfilterpage.cpp
autodetect/importmailpage.cpp
autodetect/importsettingpage.cpp
autodetect/importfinishpage.cpp
autodetect/selectcomponentpage.cpp
autodetect/importfilterinfogui.cpp
autodetect/importcalendarpage.cpp
autodetect/abstractimporter.cpp
autodetect/abstractsettings.cpp
autodetect/abstractaddressbook.cpp
autodetect/abstractcalendar.cpp
autodetect/abstractbase.cpp
autodetect/thunderbird/thunderbirdimportdata.cpp
autodetect/thunderbird/thunderbirdsettings.cpp
autodetect/thunderbird/thunderbirdaddressbook.cpp
autodetect/thunderbird/addressbook/MorkParser.cpp
autodetect/sylpheed/sylpheedimportdata.cpp
autodetect/sylpheed/sylpheedsettings.cpp
autodetect/sylpheed/sylpheedaddressbook.cpp
autodetect/sylpheed/sylpheedsettingsutils.cpp
autodetect/evolutionv3/evolutionv3importdata.cpp
autodetect/evolutionv3/evolutionsettings.cpp
autodetect/evolutionv3/evolutioncalendar.cpp
autodetect/evolutionv3/evolutionaddressbook.cpp
autodetect/evolutionv3/evolutionutil.cpp
autodetect/evolutionv2/evolutionv2importdata.cpp
autodetect/evolutionv1/evolutionv1importdata.cpp
autodetect/opera/operaimportdata.cpp
autodetect/opera/operaaddressbook.cpp
autodetect/opera/operasettings.cpp
autodetect/oe/oeimportdata.cpp
autodetect/mailapp/mailappimportdata.cpp
autodetect/pmail/pmailimportdata.cpp
autodetect/pmail/pmailsettings.cpp
autodetect/thebat/thebatimportdata.cpp
autodetect/balsa/balsaimportdata.cpp
autodetect/balsa/balsasettings.cpp
autodetect/balsa/balsaaddressbook.cpp
autodetect/claws-mail/clawsmailimportdata.cpp
autodetect/claws-mail/clawsmailsettings.cpp
autodetect/claws-mail/clawsmailaddressbook.cpp
autodetect/trojita/trojitasettings.cpp
autodetect/trojita/trojitaimportdata.cpp
autodetect/trojita/trojitaaddressbook.cpp
autodetect/icedove/icedoveimportdata.cpp
)
autodetect/widgets/selectprogramlistwidget.cpp
autodetect/importwizardutil.cpp
autodetect/selectprogrampage.cpp
autodetect/importaddressbookpage.cpp
autodetect/importfilterpage.cpp
autodetect/importmailpage.cpp
autodetect/importsettingpage.cpp
autodetect/importfinishpage.cpp
autodetect/selectcomponentpage.cpp
autodetect/importfilterinfogui.cpp
autodetect/importcalendarpage.cpp
autodetect/abstractimporter.cpp
autodetect/abstractsettings.cpp
autodetect/abstractaddressbook.cpp
autodetect/abstractcalendar.cpp
autodetect/abstractbase.cpp
autodetect/thunderbird/thunderbirdimportdata.cpp
autodetect/thunderbird/thunderbirdsettings.cpp
autodetect/thunderbird/thunderbirdaddressbook.cpp
autodetect/thunderbird/addressbook/MorkParser.cpp
autodetect/sylpheed/sylpheedimportdata.cpp
autodetect/sylpheed/sylpheedsettings.cpp
autodetect/sylpheed/sylpheedaddressbook.cpp
autodetect/sylpheed/sylpheedsettingsutils.cpp
autodetect/evolutionv3/evolutionv3importdata.cpp
autodetect/evolutionv3/evolutionsettings.cpp
autodetect/evolutionv3/evolutioncalendar.cpp
autodetect/evolutionv3/evolutionaddressbook.cpp
autodetect/evolutionv3/evolutionutil.cpp
autodetect/evolutionv2/evolutionv2importdata.cpp
autodetect/evolutionv1/evolutionv1importdata.cpp
autodetect/opera/operaimportdata.cpp
autodetect/opera/operaaddressbook.cpp
autodetect/opera/operasettings.cpp
autodetect/oe/oeimportdata.cpp
autodetect/mailapp/mailappimportdata.cpp
autodetect/pmail/pmailimportdata.cpp
autodetect/pmail/pmailsettings.cpp
autodetect/thebat/thebatimportdata.cpp
autodetect/balsa/balsaimportdata.cpp
autodetect/balsa/balsasettings.cpp
autodetect/balsa/balsaaddressbook.cpp
autodetect/claws-mail/clawsmailimportdata.cpp
autodetect/claws-mail/clawsmailsettings.cpp
autodetect/claws-mail/clawsmailaddressbook.cpp
autodetect/trojita/trojitasettings.cpp
autodetect/trojita/trojitaimportdata.cpp
autodetect/trojita/trojitaaddressbook.cpp
autodetect/icedove/icedoveimportdata.cpp
)
ki18n_wrap_ui
(
importwizard_SRCS
ui/autodetect/selectprogrampage.ui
ui/autodetect/importaddressbookpage.ui
ui/autodetect/importfilterpage.ui
ui/autodetect/importmailpage.ui
ui/autodetect/importsettingpage.ui
ui/autodetect/selectcomponentpage.ui
ui/autodetect/importfinishpage.ui
ui/autodetect/importcalendarpage.ui
ui/manual/manualimportmailpage.ui
ui/manual/manualselectfilterpage.ui
)
ui/autodetect/selectprogrampage.ui
ui/autodetect/importaddressbookpage.ui
ui/autodetect/importfilterpage.ui
ui/autodetect/importmailpage.ui
ui/autodetect/importsettingpage.ui
ui/autodetect/selectcomponentpage.ui
ui/autodetect/importfinishpage.ui
ui/autodetect/importcalendarpage.ui
ui/manual/manualimportmailpage.ui
ui/manual/manualselectfilterpage.ui
)