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

List:       kde-commits
Subject:    branches/kdevelop/3.4/buildtools/qmake
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-01-19 17:23:51
Message-ID: 1169227431.195520.31342.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 625261 by apaku:

Do the same as the autotools version and add the given string if its not a file and doesn't start with -l


 M  +1 -1      projectconfigurationdlg.cpp  


--- branches/kdevelop/3.4/buildtools/qmake/projectconfigurationdlg.cpp #625260:625261
@@ -1287,7 +1287,7 @@
         {
             QFileInfo fi(file);
             if( !fi.exists() )
-                return;
+                new QListViewItem( outsidelib_listview, file );;
             if( fi.extension(false) == "a" )
             {
                 new QListViewItem( outsidelib_listview, file );
[prev in list] [next in list] [prev in thread] [next in thread] 

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