README: Move the supported toolchain section into the build section
So it's easier for users to find that they need a C++17 compiler. Won't add exact compiler versions as I have no idea which gcc and which clang version introduced such support. Fixes #296
This commit is contained in:
12
README.md
12
README.md
@@ -71,13 +71,15 @@ Screen capture
|
||||

|
||||
|
||||
|
||||
Building
|
||||
========
|
||||
Building and requirements
|
||||
=========================
|
||||
|
||||
To build KDDockWidgets you'll need:
|
||||
|
||||
- CMake
|
||||
- Qt 5.15.x or Qt6 >= 6.2
|
||||
- Ninja (Other generators might work but are untested)
|
||||
- C++17 capable compiler
|
||||
- Qt Widgets module
|
||||
- Qt X11Extras module if on Linux/X11
|
||||
- Qt Quick and QuickControls2 modules if using the QtQuick support
|
||||
@@ -163,12 +165,6 @@ We don't promise or test binary compatibility. It's advised that you recompile
|
||||
your application whenever updating KDDW.
|
||||
|
||||
|
||||
Supported Qt versions and toolchains
|
||||
====================================
|
||||
KDDockWidgets requires a C++17 capable compiler and Qt 5.15.x or Qt6 >= 6.2
|
||||
For QtQuick support see [README-QtQuick.md](README-QtQuick.md).
|
||||
|
||||
|
||||
Styling
|
||||
========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user