Generate Makefiles from Qt project files. More information: https://doc.qt.io/qt-6/qmake-manual.html.
Makefile from a project file in the current directory:qmake
Makefile and project file locations:qmake -o {{path/to/Makefile}} {{path/to/project_file.pro}}
qmake -project
qmake && make
qmake -d
qmake -help