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
KItinerary
Commits
7066efa5
Commit
7066efa5
authored
Apr 09, 2021
by
Volker Krause
Browse files
KItinerary doesn't build as a unity build, so don't even try that
Fixes the Craft build for 21.04 or higher.
parent
93abd9bd
Pipeline
#57116
passed with stages
in 8 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lib/CMakeLists.txt
View file @
7066efa5
...
...
@@ -102,9 +102,6 @@ ecm_qt_declare_logging_category(kitinerary_lib_srcs HEADER compare-logging.h IDE
ecm_qt_declare_logging_category
(
kitinerary_lib_srcs HEADER validator-logging.h IDENTIFIER KItinerary::ValidatorLog CATEGORY_NAME org.kde.kitinerary.extractorValidator
)
add_library
(
KPimItinerary
${
kitinerary_lib_srcs
}
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
KPimItinerary PROPERTIES UNITY_BUILD ON
)
endif
()
add_library
(
KPim::Itinerary ALIAS KPimItinerary
)
generate_export_header
(
KPimItinerary BASE_NAME KItinerary
)
set_target_properties
(
KPimItinerary PROPERTIES
...
...
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