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
Plasma
KWin
Commits
02b1e117
Commit
02b1e117
authored
Sep 28, 2020
by
Jan Blackquill
🌈
Committed by
Jan Blackquill
Sep 28, 2020
Browse files
Bump up minimum C++ version to C++17
parent
309d6a0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
02b1e117
...
...
@@ -52,7 +52,7 @@ include(ECMConfiguredInstall)
add_definitions
(
-DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_USE_QSTRINGBUILDER -DQT_NO_URL_CAST_FROM_STRING
)
set
(
CMAKE_CXX_STANDARD 1
4
)
set
(
CMAKE_CXX_STANDARD 1
7
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
find_package
(
Qt5Multimedia QUIET
)
...
...
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