rust-qt / ritual

Use C++ libraries from Rust
Apache License 2.0
1.24k stars 49 forks source link

Can't find qmake because it doesn't exist #120

Open junetried opened 2 years ago

junetried commented 2 years ago

openSUSE packages qmake in libqt4-devel, which is a Qt4 package.

The actual command that needs to be run here is qmake-qt5, which is in the package libqt5-qtbase-common-devel. Making a symbolic link in the PATH to this version of qmake works just fine.