Why does Qt use its own make tool, qmake?

前端 未结 6 1849
栀梦
栀梦 2020-12-08 00:03

I just started using Qt and noticed that it uses its own make tool, qmake.

  • Why does Qt use its own make tool?
  • Is there something special that prevents
6条回答
  •  醉话见心
    2020-12-08 00:54

    By the way, this was true until Qt 5.x, included. Qt 6 is now switching to CMake instead. At least for building Qt itself, but it seems reasonable to expect that cmake will then be recommended for building Qt applications themselves rather than qmake. Especially since the lead qmake developer no longer work for the Qt Company. Finally an industry-standard tool instead of an in-house one :-)

提交回复
热议问题