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
KDiskFree
Commits
a78986f0
Commit
a78986f0
authored
Sep 16, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We depend against kf5.70
parent
c99adacf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
CMakeLists.txt
CMakeLists.txt
+3
-7
No files found.
CMakeLists.txt
View file @
a78986f0
cmake_minimum_required
(
VERSION
2.8.12
)
cmake_minimum_required
(
VERSION
3.5 FATAL_ERROR
)
project
(
kdf
)
...
...
@@ -12,7 +12,7 @@ if(NOT UNIX)
message
(
FATAL_ERROR
"kdf is only supposed to be built on Unix platforms."
)
endif
(
NOT UNIX
)
set
(
QT_MIN_VERSION
"5.
9
.0"
)
set
(
QT_MIN_VERSION
"5.
12
.0"
)
set
(
KF5_MIN_VERSION
"5.70.0"
)
find_package
(
ECM
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
...
...
@@ -66,9 +66,5 @@ add_subdirectory(desktop)
add_subdirectory
(
doc
)
add_subdirectory
(
pics
)
add_subdirectory
(
src
)
if
(
ECM_VERSION VERSION_GREATER
"5.58.0"
)
install
(
FILES kdf.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
else
()
install
(
FILES kdf.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
endif
()
install
(
FILES kdf.categories DESTINATION
${
KDE_INSTALL_LOGGINGCATEGORIESDIR
}
)
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