[Bug 59720] The environment variable are not set when debugging
John Birch
jbb at kdevelop.org
Fri Jul 4 10:05:05 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=59720
------- Additional Comments From jbb at kdevelop.org 2003-07-04 10:04 -------
It comes from file parts/appwizard/kapp/app.kdevelop
<projectmanagement>KDevKDEAutoProject</projectmanagement>
Somewhere it's lowercased to give kdevkdeautoproject.
And yes, a quick fix is to change this to
<projectmanagement>KDevAutoProject</projectmanagement>
However, what if someone adds a new template, that is a slight variation of the
kapp template, just changing the template source code in minor ways, and
calling it
<projectmanagement>KDevAutoProject2</projectmanagement>
(as we like to do :-). This would cause the setting of environment variable to
fail for these projects.
I still think all the run variables are independant of the project type, hence
my previous proposal. If nothing else it makes the code much easier to
understand.
More information about the KDevelop-devel
mailing list