Revision 236dbb9...

Go back to digest for 2nd March 2014

Features in Development Tools

Sergey Kalinichev committed changes in [kdevelop] languages/cpp/preprocessjob.cpp:

Add auto include headers feature.

To use this feature simply add /full/path/to/the/header.h in
.kdev_include_paths. And this file will be added to all files in
specified directory and its subdirectories as if each file #include'd
it (see also -include command line option of clang/gcc).

REVIEW: 116053

File Changes

Modified 1 files
  • languages/cpp/preprocessjob.cpp
1 files changed in total