Using cmake as a build system
Qt Creator and other tools
4
Posts
2
Posters
1.1k
Views
1
Watching
-
wrote on 9 Jul 2014, 18:19 last edited by
i want to use cmake instead of qmake as a build system for my qt apps.
how can i creat a project in qt creator that uses cmake by default instead of qmake. -
Hi,
AFAIK, in the case of cmake, you have to create the base structure first yourself
-
wrote on 10 Jul 2014, 08:50 last edited by
do you mean to write the "CMakeLists" file manually ?
how can i do that? -
Follow Qt's documentation "cmake manual":http://qt-project.org/doc/qt-5/cmake-manual.html chapter
1/4