commands.sh

qmake

all

Generate Makefiles from Qt project files.

More info →

Examples (6)

Generate a `Makefile` from a project file in the current directory

Specify `Makefile` and project file locations

qmake -o path/to/Makefile path/to/project_file.pro

Generate a default project file

qmake -project

Compile a project

Enable debug mode

Display help

qmake -help
made by @shridhargupta | data from tldr-pages