PDA

View Full Version : include cmake inside qmake



shenakan
23rd May 2011, 14:19
I have a project defined with cmake and I need to build a ui for this project. I would like to know if it is possible to build the interface with qmake and include the compilation of the project inside a .pro and call cmake to compile.

- I know is possible to do everything with cmake? but is it the good solution?
http://www.qtcentre.org/search.php?searchid=2741704&pp=&page=7

- Coudl we call cmake from a .pro?

mcosta
23rd May 2011, 15:15
I suggest you to build your project using CMake