Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail
Commits
ea46b509
Commit
ea46b509
authored
May 08, 2021
by
Laurent Montel
Browse files
GIT_SILENT: time to increase version
parent
287547f6
Pipeline
#61201
failed with stage
in 7 minutes and 44 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ea46b509
...
...
@@ -9,7 +9,7 @@ include(CheckIncludeFiles)
if
(
POLICY CMP0063
)
cmake_policy
(
SET CMP0063 NEW
)
endif
()
set
(
KF5_MIN_VERSION
"5.8
1
.0"
)
set
(
KF5_MIN_VERSION
"5.8
2
.0"
)
find_package
(
ECM
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
)
...
...
@@ -155,7 +155,7 @@ if(BUILD_TESTING)
add_definitions
(
-DBUILD_TESTING
)
endif
()
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055
2
00
)
add_definitions
(
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055
3
00
)
set
(
CMAKE_CXX_STANDARD 17
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
...
...
Nicolás Alvarez
@nalvarez
mentioned in commit
dde09cf9
·
May 09, 2021
mentioned in commit
dde09cf9
mentioned in commit dde09cf98141c7070e305c1c847876a742afb8ad
Toggle commit list
Nicolás Alvarez
@nalvarez
mentioned in merge request
!23 (merged)
·
May 09, 2021
mentioned in merge request
!23 (merged)
mentioned in merge request !23
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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