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

List:       kdevelop-bugs
Subject:    [Bug 89159] INCLUDEPATH should be += not =, produced by qmake manager
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2004-09-20 16:02:03
Message-ID: 20040920160203.10358.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=89159        
geiseri kde org changed:

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



------- Additional Comments From geiseri kde org  2004-09-20 18:01 -------
CVS commit by geiseri: 

Applied patch to append INCLUDE paths vs trashing the previous ones.

CCMAIL: "Tobias Erbsland" <te profzone ch>
CCMAIL: 89159-done bugs kde org


  M +2 -2      trollprojectwidget.cpp   1.154


--- kdevelop/buildtools/qmake/trollprojectwidget.cpp  #1.153:1.154
 @ -1246,5 +1246,5  @ void TrollProjectWidget::updateProjectCo
   Buffer->removeValues("INCLUDEPATH");
   if (item->configuration.m_includepath.count())
-      Buffer->setValues("INCLUDEPATH",item->configuration.m_includepath,FileBuffer::VSM_RESET,VALUES_PER_ROW);
 +      Buffer->setValues("INCLUDEPATH",item->configuration.m_includepath,FileBuffer::VSM_APPEND,VALUES_PER_ROW);
  Buffer->removeValues("DEFINES");
   if (item->configuration.m_defines.count())
 @ -1282,5 +1282,5  @ void TrollProjectWidget::updateProjectCo
   Buffer->removeValues("INCLUDEPATH");
   if (item->configuration.m_incadd.count()>0)
-    Buffer->setValues("INCLUDEPATH",item->configuration.m_incadd,FileBuffer::VSM_RESET,VALUES_PER_ROW);
 +    Buffer->setValues("INCLUDEPATH",item->configuration.m_incadd,FileBuffer::VSM_APPEND,VALUES_PER_ROW);
  
   Buffer->removeValues("LIBS");


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

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