Using cmake as a build system
			
			Qt Creator and other tools
		
4
Posts
2
Posters
1.1k
Views
1
Watching
- 
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 
- 
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 
