On Tue, Mar 1, 2011 at 6:45 AM, Campbell Barton <ideasma...@gmail.com> wrote: > QT-Creator which currently supports CMake by reading code::blocks project > files. > > The problem with this is code::blocks project files don't write in > #defines, so the IDE shows #ifdef's incorrecyly. > > For the short term I wrote a eclipse -> qtcreator project converter in > python, which has a few hard coded values but could easily be made > generic. > http://www.pasteall.org/19595/python > > So I was wondering if CMake developers would accept a patch to add > native generation of qtcreator project files? > > An alternative solutions could be to write defines into code::blocks > files, or for qtcreator to read in eclipse files instead but qtcreator > project files are quite simple to write so if this feature is > acceptable I was thinking to try and write a patch.
Recent versions of QtCreator use CMakeLists.txt directly? Is there something missing in this functionality? John _______________________________________________ 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