Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Runtime
Commits
f536ea4e
Commit
f536ea4e
authored
Dec 21, 2020
by
Laurent Montel
😁
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Continue to implement compile with unity support
parent
4478b912
Pipeline
#44922
failed with stage
in 30 minutes and 59 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
21 additions
and
5 deletions
+21
-5
migration/googlegroupware/CMakeLists.txt
migration/googlegroupware/CMakeLists.txt
+3
-0
resources/akonotes/CMakeLists.txt
resources/akonotes/CMakeLists.txt
+3
-0
resources/ews/CMakeLists.txt
resources/ews/CMakeLists.txt
+0
-1
resources/icaldir/CMakeLists.txt
resources/icaldir/CMakeLists.txt
+3
-0
resources/kalarm/kalarm/CMakeLists.txt
resources/kalarm/kalarm/CMakeLists.txt
+3
-1
resources/kalarm/kalarmdir/CMakeLists.txt
resources/kalarm/kalarmdir/CMakeLists.txt
+3
-1
resources/maildir/CMakeLists.txt
resources/maildir/CMakeLists.txt
+3
-1
resources/pop3/CMakeLists.txt
resources/pop3/CMakeLists.txt
+3
-1
No files found.
migration/googlegroupware/CMakeLists.txt
View file @
f536ea4e
...
...
@@ -16,6 +16,9 @@ qt5_add_dbus_interface(googlegroupwaremigration_SRCS
)
add_library
(
googlegroupwaremigration STATIC
${
googlegroupwaremigration_SRCS
}
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
googlegroupwaremigration PROPERTIES UNITY_BUILD ON
)
endif
()
target_link_libraries
(
googlegroupwaremigration
KF5::AkonadiCore
KF5::ConfigGui
...
...
resources/akonotes/CMakeLists.txt
View file @
f536ea4e
...
...
@@ -61,6 +61,9 @@ kcoreaddons_add_plugin(akonotesconfig
JSON
"akonotesconfig.json"
INSTALL_NAMESPACE akonadi/config
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
akonotesconfig PROPERTIES UNITY_BUILD ON
)
endif
()
target_link_libraries
(
akonotesconfig
KF5::AkonadiCore
...
...
resources/ews/CMakeLists.txt
View file @
f536ea4e
...
...
@@ -99,7 +99,6 @@ qt5_add_dbus_adaptor(ewsresource_SRCS
add_executable
(
akonadi_ews_resource
${
ewsresource_SRCS
}
)
target_link_libraries
(
akonadi_ews_resource
KF5::AkonadiAgentBase
KF5::AkonadiCore
...
...
resources/icaldir/CMakeLists.txt
View file @
f536ea4e
...
...
@@ -22,6 +22,9 @@ qt5_add_dbus_adaptor(icaldirresource_SRCS
install
(
FILES icaldirresource.desktop DESTINATION
"
${
KDE_INSTALL_DATAROOTDIR
}
/akonadi/agents"
)
add_executable
(
akonadi_icaldir_resource
${
icaldirresource_SRCS
}
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
akonadi_icaldir_resource PROPERTIES UNITY_BUILD ON
)
endif
()
if
(
APPLE
)
set_target_properties
(
akonadi_icaldir_resource PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_CURRENT_SOURCE_DIR
}
/../Info.plist.template
)
...
...
resources/kalarm/kalarm/CMakeLists.txt
View file @
f536ea4e
...
...
@@ -41,7 +41,9 @@ ecm_qt_declare_logging_category(kalarmresource_SRCS HEADER kalarmresource_debug.
add_custom_target
(
kalarm_resource_xml ALL DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/org.kde.Akonadi.KAlarm.Settings.xml
)
add_executable
(
akonadi_kalarm_resource
${
kalarmresource_SRCS
}
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
akonadi_kalarm_resource PROPERTIES UNITY_BUILD ON
)
endif
()
if
(
APPLE
)
set_target_properties
(
akonadi_kalarm_resource PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_CURRENT_SOURCE_DIR
}
/../Info.plist.template
)
set_target_properties
(
akonadi_kalarm_resource PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER
"org.kde.Akonadi.KAlarm"
)
...
...
resources/kalarm/kalarmdir/CMakeLists.txt
View file @
f536ea4e
...
...
@@ -32,7 +32,9 @@ ecm_qt_declare_logging_category(kalarmdirresource_SRCS HEADER kalarmdirresource_
add_custom_target
(
kalarmdir_resource_xml ALL DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/org.kde.Akonadi.KAlarmDir.Settings.xml
)
add_executable
(
akonadi_kalarm_dir_resource
${
kalarmdirresource_SRCS
}
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
akonadi_kalarm_dir_resource PROPERTIES UNITY_BUILD ON
)
endif
()
if
(
APPLE
)
set_target_properties
(
akonadi_kalarm_dir_resource PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_CURRENT_SOURCE_DIR
}
/../Info.plist.template
)
set_target_properties
(
akonadi_kalarm_dir_resource PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER
"org.kde.Akonadi.KAlarmDir"
)
...
...
resources/maildir/CMakeLists.txt
View file @
f536ea4e
...
...
@@ -40,7 +40,9 @@ qt5_add_dbus_adaptor(maildirresource_SRCS
)
add_executable
(
akonadi_maildir_resource
${
maildirresource_SRCS
}
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
akonadi_maildir_resource PROPERTIES UNITY_BUILD ON
)
endif
()
target_link_libraries
(
akonadi_maildir_resource
maildir
folderarchivesettings
...
...
resources/pop3/CMakeLists.txt
View file @
f536ea4e
...
...
@@ -28,7 +28,9 @@ install( FILES pop3resource.desktop DESTINATION "${KDE_INSTALL_DATAROOTDIR}/akon
#add_executable(akonadi_pop3_resource RUN_UNINSTALLED ${pop3resource_SRCS})
add_executable
(
akonadi_pop3_resource
${
pop3resource_SRCS
}
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
akonadi_pop3_resource PROPERTIES UNITY_BUILD ON
)
endif
()
if
(
APPLE
)
set_target_properties
(
akonadi_pop3_resource PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_CURRENT_SOURCE_DIR
}
/../Info.plist.template
)
set_target_properties
(
akonadi_pop3_resource PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER
"org.kde.Akonadi.POP3"
)
...
...
Nicolás Alvarez
@nalvarez
·
Dec 21, 2020
Developer
Was this discussed in any mailing list?
Was this discussed in any mailing list?
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