diff --git a/building.md b/building.md index 4ac1e2f4f..1e412b84e 100644 --- a/building.md +++ b/building.md @@ -122,7 +122,7 @@ If you aren't satisfied with the way the Visual Studio integrates CMake projects ### Fedora ```sh - sudo dnf install git cmake ninja-build SDL2-devel pkg-config gtk3-devel clang lld xdg-desktop-portal openssl openssl-devel libstdc++-static qt6-base-devel + sudo dnf install git cmake ninja-build SDL2-devel pkg-config gtk3-devel clang lld xdg-desktop-portal openssl openssl-devel libstdc++-static qt6-qtbase-devel ``` Note: Your Qt packages must provide Qt 6.11 or newer. If your distro ships an older Qt, install the official Qt 6.11 package and set `Qt6_ROOT` before running CMake.