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

List:       kde-commits
Subject:    branches/kdevelop/3.4/buildtools/custommakefiles
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-03-01 0:18:59
Message-ID: 1172708339.957575.5121.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 638168 by apaku:

Remove duplicates from filelist on project open


 M  +1 -1      customprojectpart.cpp  


--- branches/kdevelop/3.4/buildtools/custommakefiles/customprojectpart.cpp \
#638167:638168 @@ -377,7 +377,7 @@
         while ( !stream.atEnd() )
         {
             QString s = stream.readLine();
-            if ( !s.startsWith( "#" ) && QFileInfo( projectDirectory() + "/" + s \
).exists() ) +            if ( !s.startsWith( "#" ) && QFileInfo( projectDirectory() \
+ "/" + s ).exists() && m_sourceFiles.find(s) == m_sourceFiles.end() )  m_sourceFiles \
<< s;  }
     }


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

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