qmake
Sign in to saveqmake is a software build automation tool that generates makefiles for building a codebase. As it generates configuration files for other build tools, it is classified as a meta-build tool.
Wikidata facts
Show 1 more fact
- user manual URL
- doc.qt.io/qt-6/qmake-manual.html
Sources (1)
via Wikidata · CC0
~2 min read
Article
3 sectionsContents
- See also
- References
- External links
qmake is a software build automation tool that generates makefiles for building a codebase. As it generates configuration files for other build tools, it is classified as a meta-build tool.
The makefiles that qmake produces are tailored to the particular platform where it is run from based on qmake project files. This way one set of build instructions can be used to create build instructions on different operating systems. qmake supports code generation for the following operating systems: Linux (including Android), Apple macOS, Apple iOS, FreeBSD, Haiku, Symbian, Microsoft Windows and Microsoft Windows CE.