Hi!
I would like to develop cross-platform applications using C++ and QT4. I code on both Linux and Windows (MinGW).
Currently I'm using KDevelop and it's QMake integration. On Windows I'm trying out Eclipse with QT integration plugin. However moving sources and updating profiles/IDE project files on both systems is tedious.
I'm looking into using CMake as it can generate Makefiles, KDevelop project files and Eclipse project files.
What's your opinion? What are you using for such kind of development?