Hello, I have a library that contain the core of my application. I have been running this application in text-mode so far. I will now extend it to use a GUI, and I've chosen Qt.
I have used cmake to generate Makefiles on linux/g++4.x and solutions files on win32/vs2008. 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? Any suggestions are appreciated, regards, _______________________________________________ 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