So I am trying to build OpenRGB from GitLab but the system doesn’t find qmake
. I know I have it, since I’ve installed the qt5-devel packages that provide qmake, and I am following the instructions on the dev’s page. But I get this message:
❯ qmake OpenRGB.pro
zsh: qmake: command not found...
Similar command is: 'make'
❯ make OpenRGB.pro
make: Nothing to be done for 'OpenRGB.pro'.
What am I doing wrong?
Thank you in advance for your help