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

List:       kdevelop-bugs
Subject:    [Bug 145639] qmake project files reodering
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-05-18 23:28:35
Message-ID: 20070518232835.7983.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=145639         




------- Additional Comments From apaku gmx de  2007-05-19 01:28 -------
SVN commit 666160 by apaku:

Fix saving of libraries, includes and targetdeps to not remove all values first. This \
should help not messing up users .pro files by not always creating a new variable at \
the end of the .pro file. CCBUG:145639


 M  +3 -3      projectconfigurationdlg.cpp  


--- branches/KDE/3.5/kdevelop/buildtools/qmake/projectconfigurationdlg.cpp \
#666159:666160  @ -434,7 +434,7  @
         values << outsideItem->text( 0 );
         outsideItem = ( QCheckListItem* ) outsideItem->itemBelow();
     }
-    myProjectItem->removeValues( "INCLUDEPATH", values );
+//     myProjectItem->removeValues( "INCLUDEPATH", values );
     myProjectItem->updateValues( "INCLUDEPATH", values );
 
     //target.install
 @ -499,7 +499,7  @
     }
 
 
-    myProjectItem->removeValues( "LIBS", values );
+//     myProjectItem->removeValues( "LIBS", values );
     myProjectItem->updateValues( "LIBS", values );
 
     values.clear();
 @ -538,7 +538,7  @
         }
         insideItem = dynamic_cast<InsideCheckListItem *>( insideItem->itemBelow() );
     }
-    myProjectItem->removeValues( "TARGETDEPS", values );
+//     myProjectItem->removeValues( "TARGETDEPS", values );
     myProjectItem->updateValues( "TARGETDEPS", values );
 
     values.clear();


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

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