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
Multimedia
Elisa
Commits
d4a54909
Commit
d4a54909
authored
Aug 29, 2021
by
Laurent Montel
😁
Browse files
Use KDECompilerSettings, kf5.85 defines CMAKE_CXX_STANDARD 17 directly
parent
d5d9b12f
Pipeline
#77225
passed with stage
in 8 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d4a54909
...
...
@@ -14,9 +14,6 @@ project(elisa
VERSION
${
RELEASE_SERVICE_VERSION
}
LANGUAGES CXX
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
set
(
CMAKE_CXX_STANDARD 17
)
set
(
REQUIRED_QT_VERSION
"5.15.0"
)
find_package
(
Qt5
${
REQUIRED_QT_VERSION
}
CONFIG REQUIRED Core Network Qml Quick Test Sql Multimedia Svg Gui Widgets QuickTest Concurrent QuickControls2
)
...
...
@@ -29,7 +26,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${ECM_MODULE_PATH})
include
(
KDEInstallDirs
)
include
(
KDECMakeSettings
)
include
(
KDE
Framework
CompilerSettings NO_POLICY_SCOPE
)
include
(
KDECompilerSettings NO_POLICY_SCOPE
)
include
(
ECMInstallIcons
)
include
(
FeatureSummary
)
include
(
ECMAddAppIcon
)
...
...
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