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
Akonadi
Commits
21203777
Commit
21203777
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
a3fc30a4
Pipeline
#49233
passed with stage
in 13 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
21203777
...
...
@@ -321,6 +321,7 @@ include_directories(
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054F00
)
#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
add_definitions
(
-DQT_NO_EMIT
)
remove_definitions
(
-DQT_NO_FOREACH
)
add_subdirectory
(
src
)
add_subdirectory
(
icons
)
...
...
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