[Bug 63787] New: trollproject: Relative url's to files subdirs are handled wrong.
Stephan Heigl
steve at eisscholle.de
Sat Sep 6 09:51:03 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=63787
Summary: trollproject: Relative url's to files subdirs are
handled wrong.
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: steve at eisscholle.de
Version: (using KDE KDE 3.1.1)
Installed from: Compiled From Sources
Compiler: gcc 3.3.1
OS: Linux
When maintaining one .pro file for the whole project and not having a separate .pro for each subdir KDevelop/Gideon (latest CVS) just links to the file as if it was in the projects root dir when creating a new file (header/source doesn't matter). The file is created in the right directory, but the link in the header/source listbox discharges the path.
example:
/ project root (there's the .pro file)
Insert new File -> subdir/File.h
Then we get a new entry in the listbox linking to
/ File.h instead of subdir/File.h
More information about the KDevelop-devel
mailing list