For some weird reason, on F37 qmake is not being added to path by default when installing qt5-qtbase*
@@ -23,7 +23,7 @@ Let's start by grabbing the correct dependencies for the most popular distros:
|
|||||||
|
|
||||||
# Fedora
|
# Fedora
|
||||||
|
|
||||||
sudo dnf -y install qt5-qtbase qt5-qtbase-devel qt5-qtdeclarative qt5-qtdeclarative-devel qt5-qtgraphicaleffects qt5-qtquickcontrols redhat-rpm-config
|
sudo dnf -y install qt5-qtbase qt5-qtbase-devel qt5-qtdeclarative qt5-qtdeclarative-devel qt5-qtgraphicaleffects qt5-qtquickcontrols redhat-rpm-config && sudo ln -s /usr/lib64/qt5/bin/qmake /usr/bin/qmake
|
||||||
|
|
||||||
|
|
||||||
# Arch Linux
|
# Arch Linux
|
||||||
|
|||||||
Reference in New Issue
Block a user