I'm having trouble determining the Qt package that provides qmake on Fedora 31. I already installed qt5-designer qconf qt5-devel qt5-qtbase qt5-qtbase-devel qt5-qttools qt5-qttools-devel (and dependencies).
$ dnf search qmake
Last metadata expiration check: 5 days...
============================= Name Matched: qmake ==============================
mingw32-qt5-qmake.x86_64 : Qt5 for Windows build environment
mingw64-qt5-qmake.x86_64 : Qt for Windows build environment
============================ Summary Matched: qmake ============================
qconf.x86_64 : Tool for generating configure script for qmake-based projects
qconf.x86_64 was installed but does not provide it.
$ dnf provides qmake
Last metadata expiration check: 5 days...
Error: No Matches found
Sorry about this lame question. I can usually find the package on my own.
Which package provides qmake on Fedora 31?
The following works as expected on Debian and Ubuntu. It fails on Fedora 31.
qt-ui$ qmake && make -j 5
bash: qmake: command not found...
Similar command is: 'make'
And:
$ lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: Fedora
Description: Fedora release 31 (Thirty One)
Release: 31
Codename: ThirtyOne