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
Grantlee Editor
Commits
7228d8a9
Commit
7228d8a9
authored
Mar 08, 2022
by
Laurent Montel
😁
Browse files
Fix compile without depercated method
parent
8f54cb18
Pipeline
#146704
passed with stage
in 1 minute and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7228d8a9
...
...
@@ -78,7 +78,7 @@ find_package(KF5SyntaxHighlighting ${KF5_MIN_VERSION} CONFIG REQUIRED)
include_directories
(
${
grantlee-editor_SOURCE_DIR
}
${
grantlee-editor_BINARY_DIR
}
)
ecm_set_disabled_deprecation_versions
(
QT 5.15.2 KF 5.9
1
.0
)
ecm_set_disabled_deprecation_versions
(
QT 5.15.2 KF 5.9
2
.0
)
...
...
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