KDevelop3.rst 922 B

12345678910111213141516171819202122232425
  1. KDevelop3
  2. ---------
  3. Generates KDevelop 3 project files.
  4. Project files for KDevelop 3 will be created in the top directory and
  5. in every subdirectory which features a CMakeLists.txt file containing
  6. a PROJECT() call. If you change the settings using KDevelop cmake
  7. will try its best to keep your changes when regenerating the project
  8. files. Additionally a hierarchy of UNIX makefiles is generated into
  9. the build tree. Any standard UNIX-style make program can build the
  10. project through the default make target. A "make install" target is
  11. also provided.
  12. This "extra" generator may be specified as:
  13. ``KDevelop3 - Unix Makefiles``
  14. Generate with :generator:`Unix Makefiles`.
  15. ``KDevelop3``
  16. Generate with :generator:`Unix Makefiles`.
  17. For historical reasons this extra generator may be specified
  18. directly as the main generator and it will be used as the
  19. extra generator with :generator:`Unix Makefiles` automatically.