ミラー元
https://github.com/kirsle/kirsle.net
前回の同期 2025-07-02 22:35:47 +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.