[Bug 66377] Ignore-List in buildtools/qmake/filebuffer.cpp messes up parsing of .pro files if $( is present in variable values

Andreas Koepfle koepfle at ti.uni-mannheim.de
Wed Oct 22 21:01:02 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=66377     
koepfle at ti.uni-mannheim.de changed:

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



------- Additional Comments From koepfle at ti.uni-mannheim.de  2003-10-22 21:00 -------
Subject: kdevelop/buildtools/qmake

CVS commit by koepfle: 

Fix parsing of pro-files with env-variables $(...)
As far as I can see this has no side effects, since env-variables aren't
evaluated by the qmake manager at the moment anyway.
thanks to matze at stud.fbi.fh-darmstadt.de for the patch

CCMAIL: 66377-done at bugs.kde.org


  M +1 -1      filebuffer.cpp   1.33


--- kdevelop/buildtools/qmake/filebuffer.cpp  #1.32:1.33
@@ -760,5 +760,5 @@ void FileBuffer::filterOutIgnoreValues(Q
   QStringList qmakeFunctions =
     QStringList::split(',',"join(,member(,find(,contains(,count(,error(,exists(,"
-                       "include(,isEmpty(,system(,message(,infile(,$(");
+                       "include(,isEmpty(,system(,message(,infile(");
 
   int len=0;




More information about the KDevelop-devel mailing list