Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plasma applet for NetworkManager
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Bugzilla
Code
Merge requests
21
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Plasma
Plasma applet for NetworkManager
Merge requests
!245
Require C++20
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Require C++20
work/nico/cxx20
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Nicolas Fella
requested to merge
work/nico/cxx20
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
de953b4c
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CMakeLists.txt
+
1
−
1
Options
@@ -9,7 +9,7 @@ set(QT_MIN_VERSION "6.4.0")
set
(
KF6_MIN_VERSION
"5.240.0"
)
set
(
KDE_COMPILERSETTINGS_LEVEL
"5.82"
)
set
(
CMAKE_CXX_STANDARD
17
)
set
(
CMAKE_CXX_STANDARD
20
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
################# set KDE specific information #################
Loading