[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 113315] Project->New class incorrectly modify .pro file for qmake based projects (Debian bug #3
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2005-10-18 2:26:10
Message-ID: 20051018022610.7499.qmail () ktown ! kde ! org
[Download RAW message or body]

------- 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=113315         
mattr kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From mattr kde org  2005-10-18 04:26 -------
SVN commit 471547 by mattr:

Fix bug 113315. Thanks for the patch.

BUG: 113315



 M  +1 -1      trollprojectpart.cpp  


--- branches/KDE/3.5/kdevelop/buildtools/qmake/trollprojectpart.cpp #471546:471547
 @ -404,7 +404,7  @
     for (QStringList::iterator it = files.begin(); it != files.end(); ++it)
 //        if (!(*it).contains(projectDirectory()))
         if (!isProjectFile(projectDirectory() + "/" + (*it)))
-            *it = projectDirectory() + "/" + (*it);
+            *it = QDir::cleanDirPath(projectDirectory() + "/" + (*it));
 
     m_widget->addFiles(files);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic