[CMake] combining cmake and qmake

Tyler Roscoe tyler at cryptio.net
Wed Mar 3 11:02:51 EST 2010


On Wed, Mar 03, 2010 at 11:01:14AM -0500, Hicham Mouline wrote:
> Qt comes with qmake which takes .pro files as input and also generates Makefiles or vs2008 solution files.
> 
> Is there a generally advised policy re combining systems with both cmake and qmake?

Take a look at CMake's FindQt4 module. You don't need qmake (and I would
recommend avoiding it since you're already using CMake for
cross-platform building).

tyler


More information about the CMake mailing list