![]() | 1 | initial version |
Qt is a huge framework, it's been splitted among many different packages in Fedora. Depending on whether you are going to develop a classical desktop GUI application or a more modern tablet like UI application you'll need to install different packages. You'll basically need qt5-qtbase
qt5-qtbase-gui
for classic gui apps or qt5-qtquickcontrols
for a slick ui plus the correspondent -devel
packages.
sudo dnf install qt-creator
for installing the official Qt IDE. sudo dnf search qt5
for a list of all Qt5 related packages.
Happy hacking with Qt.