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
Utilities
Filelight
Commits
9370ec81
Commit
9370ec81
authored
Dec 29, 2020
by
Laurent Montel
😁
Browse files
We depend against kf5.71
parent
7a2ac73c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9370ec81
...
...
@@ -58,10 +58,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED
find_package
(
KF5DocTools
)
# Optional, not needed on Windows for example.
add_definitions
(
-DTRANSLATION_DOMAIN=\"filelight\"
)
if
(
KF5Config_VERSION VERSION_GREATER
"5.56.0"
)
add_definitions
(
-DQT_NO_FOREACH
)
MESSAGE
(
STATUS
"compile without foreach"
)
endif
()
add_definitions
(
-DQT_NO_FOREACH
)
include_directories
(
src
)
add_subdirectory
(
src
)
...
...
@@ -72,10 +69,6 @@ if (KF5DocTools_FOUND)
add_subdirectory
(
doc
)
endif
()
if
(
ECM_VERSION VERSION_GREATER
"5.58.0"
)
install
(
FILES filelight.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
else
()
install
(
FILES filelight.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
endif
()
install
(
FILES filelight.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
feature_summary
(
WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES
)
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