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
SDK
Kirigami Gallery
Commits
03a9da56
Commit
03a9da56
authored
May 25, 2021
by
Nicolas Fella
Browse files
Use C++17
parent
5f7203cd
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
03a9da56
...
...
@@ -11,7 +11,7 @@ project(kirigami2gallery VERSION ${RELEASE_SERVICE_VERSION})
set
(
REQUIRED_QT_VERSION
"5.15.0"
)
set
(
KF5_DEP_VERSION
"5.79.0"
)
set
(
CMAKE_CXX_STANDARD 1
1
)
set
(
CMAKE_CXX_STANDARD 1
7
)
find_package
(
ECM
${
KF5_DEP_VERSION
}
REQUIRED
)
...
...
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