Jump to content

Special:Badtitle/NS90:Talk:Getting Started/Using an IDE with KDE4/How about cmake's "eclipse project file generator"?

From KDE TechBase
Revision as of 20:35, 15 November 2011 by Px79 (talk | contribs) (New thread: How about cmake's "eclipse project file generator"?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This article describes the following way to use eclipse for KDE development:

  1. run cmake to create makefile
  2. create new eclipse project with existing makefile

How do you think about this way:

  1. run cmake -G "Eclipse CDT4 - Unix Makefiles" ... to create an eclipse project file
  2. 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.