Revision d999b03...

Go back to digest for 16th December 2012

Bug Fixes in Development Tools

Milian Wolff committed changes in [kdevelop] projectmanagers/custom-buildsystem/custombuildsystemplugin.cpp:

Properly reconstruct serialized project root URL.

This fixes reading of custom defines and includes that where
configured for the project root.

The URL is saved as a relative string which is a dot "." for the root.
If we then reconstruct the URL we would get /some/path/. instead of
/some/path/ - and that is apparently a difference when it comes to the
consecutive isParentOf check.

File Changes

Modified 1 files
  • projectmanagers/custom-buildsystem/custombuildsystemplugin.cpp
1 files changed in total