qmake icon
qmake icon

qmake

qmake is a tool from The Qt Company that helps simplify the build process for development project across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile.

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
3likes
0articles

Features

qmake News & Activities

Highlights All activities

Recent activities

  • Autark icon
    antosha_one added qmake as alternative to Autark
  • CatAT updated qmake
  • Rsbuild icon
    POX added qmake as alternative to Rsbuild

qmake information

AlternativeTo Category

Development

GitHub repository

  •  3,076 Stars
  •  1,184 Forks
  •  50 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
qmake was added to AlternativeTo by Contrebasse on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is qmake?

Manual: https://doc.qt.io/qt-5/qmake-manual.html

qmake is a tool from The Qt Company that helps simplify the build process for development project across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile. qmake can be used for any software project, whether it is written in Qt or not.

qmake generates a Makefile based on the information in a project file. Project files are created by the developer, and are usually simple, but more sophisticated project files can be created for complex projects. qmake contains additional features to support development with Qt, automatically including build rules for moc and uic. qmake can also generate projects for Microsoft Visual studio without requiring the developer to change the project file.