qmake icon
qmake icon

qmake

 3 likes

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.

License model

  • FreeOpen Source

Country of Origin

  • FI flagFinland
  • European Union flagEU

Platforms

  • Mac
  • Windows
  • Linux
  No rating
3likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Build automation

 Tags

  • build-tool
  • compiling-tool
  • compiling
  • development

qmake News & Activities

Highlights All activities

Recent activities

  • POX added qmake as alternative to Werk
    5 months ago
  • App icon
    POX added qmake as alternative to LazFuck
    10 months ago
Show all activities

qmake information

  • Developed by

    FI flagThe Qt Company
  • Licensing

    Open Source and Free product.
  • Alternatives

    37 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all

Our users have written 0 comments and reviews about qmake, and it has gotten 3 likes

qmake was added to AlternativeTo by Contrebasse on Apr 10, 2012 and this page was last updated Sep 9, 2022.
No comments or reviews, maybe you want to be first?
Post comment/review

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.