diff --git a/README.md b/README.md index ef7110c0..497829a0 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,15 @@ Screen capture ![Screen capture](./screencap.gif?raw=true "The docking system in action") -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 ========