Special:Badtitle/NS90:Talk:Getting Started/Using an IDE with KDE4/How about cmake's "eclipse project file generator"?
Appearance
This article describes the following way to use eclipse for KDE development:
- run cmake to create makefile
- create new eclipse project with existing makefile
How do you think about this way:
- run cmake -G "Eclipse CDT4 - Unix Makefiles" ... to create an eclipse project file
- import this project file into eclipse
See also CMake - Eclipse CDT4 Generator
I am still seeking "the best way" to develop KDE with eclipse. But I'm at the very beginning, so your experience would be very appreciated.