kdev_includepathsconverter -V (return code: 255)
Usage: kdev_includepathsconverter [options]
Adds, removes or shows include directories of a project. Also it can be used as a tool to convert include directories from .kdev_include_paths file to the new format.
Examples:
cat /project/path/.kdev_include_paths | xargs -d '\n' kdev_includepathsconverter -a /project/path/
kdev_includepathsconverter -r /project/path/subdirectory/ "/some/include/dir" "/another/include/dir"
kdev_includepathsconverter -l /project/path/another/subdirectory/
Options:
-h, --help Displays this help.
-l <project> Shows include directories used by the project
-a <project> Adds include directories to the project
-r <project> Removes include directories from the project
kdev_includepathsconverter --help (return code: 0)
Usage: kdev_includepathsconverter [options]
Adds, removes or shows include directories of a project. Also it can be used as a tool to convert include directories from .kdev_include_paths file to the new format.
Examples:
cat /project/path/.kdev_include_paths | xargs -d '\n' kdev_includepathsconverter -a /project/path/
kdev_includepathsconverter -r /project/path/subdirectory/ "/some/include/dir" "/another/include/dir"
kdev_includepathsconverter -l /project/path/another/subdirectory/
Options:
-h, --help Displays this help.
-l <project> Shows include directories used by the project
-a <project> Adds include directories to the project
-r <project> Removes include directories from the project