README: switch to C++17.

This commit is contained in:
Andrius Štikonas 2020-10-25 11:54:27 +00:00
parent 2b9fa0f982
commit f629826d40

View File

@ -37,7 +37,7 @@ Clone Calamares from GitHub. The default branch is called *calamares*.
git clone https://github.com/calamares/calamares.git git clone https://github.com/calamares/calamares.git
``` ```
Calamares is a KDE-Frameworks and Qt-based, C++14, CMake-built application. Calamares is a KDE-Frameworks and Qt-based, C++17, CMake-built application.
The dependencies are explainged in [CONTRIBUTING.md](CONTRIBUTING.md). The dependencies are explainged in [CONTRIBUTING.md](CONTRIBUTING.md).
## Contributing to Calamares ## Contributing to Calamares