# Go QT5 Installation How to install everything needed for `go-qml` (QML for QT5). # Fedora Dependencies * qt5-qtbase-devel (Base QT5 development libraries) * qt5-qtdeclarative-devel (provides `Qt5Quick.pc`) * qt5-qtquickcontrols (provides `QtQuick.Controls` and `QtQuick.Layouts`) And you should be able to `go run` the various examples in the git repo.