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
KTeaTime
Commits
27a155df
Commit
27a155df
authored
Jul 04, 2019
by
Rolf Eike Beer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMake: fix version comparison
parent
17424035
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
27a155df
...
@@ -39,7 +39,7 @@ include(KDECMakeSettings)
...
@@ -39,7 +39,7 @@ include(KDECMakeSettings)
include
(
KDEFrameworkCompilerSettings NO_POLICY_SCOPE
)
include
(
KDEFrameworkCompilerSettings NO_POLICY_SCOPE
)
include
(
FeatureSummary
)
include
(
FeatureSummary
)
if
(
${
KF5Config_VERSION
}
STR
GREATER
"5.56.0"
)
if
(
KF5Config_VERSION
VERSION_
GREATER
"5.56.0"
)
add_definitions
(
-DQT_NO_FOREACH
)
add_definitions
(
-DQT_NO_FOREACH
)
MESSAGE
(
STATUS
"compile without foreach"
)
MESSAGE
(
STATUS
"compile without foreach"
)
endif
()
endif
()
...
...
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