make File

.

googling : why necessary make file ?

http://www.tutorialspoint.com/makefile/index.htm

 http://linuxgazette.net/issue83/heriyanto.html

etc…

.

CMake

CMake is a cross-platform free software program for  managing the build process of software using a compiler-independent method.

You can download binary distribuition for Windows, Linux ….. from www.cmake.org

http://www.cmake.org/cmake/help/cmake_tutorial.html

– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –

CMake é um sistema de automatização de compilação de sistemas, voltado principalmente para aplicações em linguagem C e C++, mas não restrito à elas. Outras linguagens são suportadas, mas necessitam de configurações adicionais. C e C++ funcionam “out of the box”.

CMakeLists.txt – toda a configuração de um projeto pode ser colocada num só arquivo

http://leandro.setefaces.org/2011/tutorial-cmake-p-i/

.

Support

http://qt-project.org/doc/qt-5.0/qtdoc/cmake-manual.html   CMake Mnual

http://qt-project.org/doc/qtcreator-2.6/creator-project-cmake.html     Setting up a Cmake project

http://www.kdab.com/using-cmake-with-qt-5/

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

Leave a comment