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
Kleopatra
Commits
ae0d5d19
Commit
ae0d5d19
authored
Jan 31, 2021
by
Laurent Montel
😁
Browse files
add remove_definitions(-DQT_NO_FOREACH) for be sure that it will compile with next kf5
parent
d8dd55a3
Pipeline
#49234
failed with stage
in 10 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ae0d5d19
...
...
@@ -144,6 +144,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-Wno-missing-braces -Wno-parentheses -Wno-ignored-qualifiers"
)
endif
()
add_definitions
(
-DQT_NO_EMIT
)
remove_definitions
(
-DQT_NO_FOREACH
)
kde_enable_exceptions
()
option
(
USE_UNITY_CMAKE_SUPPORT
"Use UNITY cmake support (speedup compile time)"
FALSE
)
...
...
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