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
KMail
Commits
0025506d
Commit
0025506d
authored
Dec 19, 2020
by
Laurent Montel
😁
Browse files
It compiles fine with COMPILE_WITH_UNITY_CMAKE_SUPPORT
parent
acc463ba
Pipeline
#44731
passed with stage
in 35 minutes and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/mailfilteragent/CMakeLists.txt
View file @
0025506d
...
...
@@ -21,9 +21,9 @@ ecm_qt_declare_logging_category(akonadi_mailfilter_agent_SRCS HEADER mailfiltera
add_executable
(
akonadi_mailfilter_agent
${
akonadi_mailfilter_agent_SRCS
}
)
#
if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
#
set_target_properties(akonadi_mailfilter_agent PROPERTIES UNITY_BUILD ON)
#
endif()
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
akonadi_mailfilter_agent PROPERTIES UNITY_BUILD ON
)
endif
()
if
(
APPLE
)
set_target_properties
(
akonadi_mailfilter_agent PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
kmail_SOURCE_DIR
}
/agents/Info.plist.template
)
...
...
kmail-refresh-settings/CMakeLists.txt
View file @
0025506d
...
...
@@ -13,6 +13,9 @@ ecm_qt_declare_logging_category(kmail-refresh-settings_SRCS HEADER kmail-refresh
add_executable
(
kmail-refresh-settings
${
kmail-refresh-settings_SRCS
}
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
kmail-refresh-settings PROPERTIES UNITY_BUILD ON
)
endif
()
target_link_libraries
(
kmail-refresh-settings KF5::I18n KF5::AkonadiWidgets KF5::DBusAddons KF5::Crash KF5::XmlGui
)
...
...
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