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 _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake