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?s...704&pp=&page=7

- Coudl we call cmake from a .pro?