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
Utilities
Ark
Commits
a9de72ee
Commit
a9de72ee
authored
Sep 16, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We depend against 5.71.0
parent
37d5cc4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
CMakeLists.txt
CMakeLists.txt
+2
-10
No files found.
CMakeLists.txt
View file @
a9de72ee
...
...
@@ -80,11 +80,7 @@ endif (WITH_TEST_COVERAGE)
set
(
SUPPORTED_ARK_MIMETYPES
""
)
add_definitions
(
-DTRANSLATION_DOMAIN=
"ark"
)
# Until kf5 5.56 kconfig had some header which used Q_FOREACH
# Q_FOREACH will be deprecated/removed in qt6. With QT_NO_FOREACH we prepare the migration to qt6.
if
(
KF5Config_VERSION VERSION_GREATER
"5.56.0"
)
add_definitions
(
-DQT_NO_FOREACH
)
endif
()
add_definitions
(
-DQT_NO_FOREACH
)
add_subdirectory
(
plugins
)
add_subdirectory
(
kerfuffle
)
...
...
@@ -99,10 +95,6 @@ endif()
ki18n_install
(
po
)
kdoctools_install
(
po
)
if
(
NOT ECM_VERSION VERSION_LESS
"5.59.0"
)
install
(
FILES ark.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
else
()
install
(
FILES ark.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
endif
()
install
(
FILES ark.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
feature_summary
(
WHAT ALL INCLUDE_QUIET_PACKAGES 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