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
PIM IncidenceEditor
Commits
82080ac6
Commit
82080ac6
authored
Mar 29, 2019
by
Laurent Montel
😁
Browse files
Move at the end
parent
b35283ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
82080ac6
...
...
@@ -107,8 +107,6 @@ install(FILES
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF5
}
COMPONENT Devel
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
install
(
FILES incidenceeditor.categories incidenceeditor.renamecategories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
if
(
${
KF5Config_VERSION
}
STRGREATER
"5.56.0"
)
add_definitions
(
-DQT_NO_FOREACH
)
...
...
@@ -123,3 +121,4 @@ if (BUILD_TESTING)
add_subdirectory
(
tests
)
endif
()
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
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