Bug 150798 - Includes, libraries and dependencies tabs show "in project" stuff as "." when using .pro files as subprojects
Summary: Includes, libraries and dependencies tabs show "in project" stuff as "." when...
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-13 19:00 UTC by Jeroen Dierckx
Modified: 2007-10-18 17:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Stack trace after crash (8.64 KB, text/plain)
2007-10-18 15:23 UTC, Jeroen Dierckx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Dierckx 2007-10-13 19:00:39 UTC
Version:           3.5.0.1 (using KDE 3.5.8, Kubuntu (gutsy) 4:3.5.8-0ubuntu1)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.22-14-generic

We are using a SUBDIRS project, with .pro files as subprojects in stead of actual directories. All "in project" settings in the includes, libraries and dependencies tabs are shown as ".". This is probably related to the fact that all our subprojects reside in the same directory, as different .pro files.
Comment 1 Andreas Pakulat 2007-10-18 01:09:33 UTC
SVN commit 726541 by apaku:

Small bugfix for in-project libs.
Display foo.pro if a subproject is not a dir but only the file.
BUG:150798

 M  +19 -3     projectconfigurationdlg.cpp  
 M  +7 -2      qmakescopeitem.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=726541
Comment 2 Jeroen Dierckx 2007-10-18 15:19:15 UTC
I want to test this, but kdevelop crashes when I open the project now. It also crashes if I use "Import existing project".
I crashes after the project is loaded, I can already see all subprojects in the QMake manager.

Should I create a new bugreport for this? I don't really know which of the changes causes this. I could attach the trace, but it only has kdevelop-related info (I'm using the ubuntu version of kde, so no debug symbols I guess).

Greetz,
JeDi
Comment 3 Jeroen Dierckx 2007-10-18 15:23:48 UTC
Created attachment 21850 [details]
Stack trace after crash

This is the report I get when kdevelop crashes, after opening or importing the
project, svn revision 726647
Comment 4 Jeroen Dierckx 2007-10-18 17:49:39 UTC
It all works now, once I deleted my .kde directory everything was fine.