[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-02-12 21:34:59
Message-ID: 1171316099.873665.28103.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 633004 by apaku:

Don't try to read autoproject options


 M  +1 -1      trollprojectpart.cpp  
 M  +1 -1      trollprojectwidget.cpp  


--- branches/kdevelop/3.4/buildtools/qmake/trollprojectpart.cpp #633003:633004
@@ -696,7 +696,7 @@
     	cmdline = "tmake ";
     }else
     {
-      cmdline = DomUtil::readEntry(*projectDom(), "/kdevcppsupport/qt/qmake", "")+" ";
+        cmdline = DomUtil::readEntry(*projectDom(), "/kdevcppsupport/qt/qmake", "")+" ";
     }
 
     //QString cmdline = QString::fromLatin1( isTMakeProject() ? "tmake " : "qmake " );
--- branches/kdevelop/3.4/buildtools/qmake/trollprojectwidget.cpp #633003:633004
@@ -2065,7 +2065,7 @@
     }
     if ( !DomUtil::readBoolEntry( dom, "/kdevtrollproject/make/abortonerror" ) )
         cmdline += " -k";
-    bool runmultiple = DomUtil::readBoolEntry(dom, "/kdevautoproject/make/runmultiplejobs");
+    bool runmultiple = DomUtil::readBoolEntry(dom, "/kdevtrollproject/make/runmultiplejobs");
     int jobs = DomUtil::readIntEntry( dom, "/kdevtrollproject/make/numberofjobs" );
     if ( jobs != 0 && runmultiple )
     {
[prev in list] [next in list] [prev in thread] [next in thread] 

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