mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 12:59:28 +00:00
391 B
391 B
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
andQtQuick.Layouts
)
And you should be able to go run
the various examples in the git repo.