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

List:       kde-commits
Subject:    qt-copy/patches
From:       David Faure <faure () kde ! org>
Date:       2009-03-03 10:49:39
Message-ID: 1236077379.917963.20845.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 934513 by dfaure:

this hunk seems to be in already


 M  +0 -21     0250-out_of_source_build.diff  


--- trunk/qt-copy/patches/0250-out_of_source_build.diff #934512:934513
@@ -20,27 +20,6 @@
          Environment::execute(args, env, QStringList());
      }
  }
-@@ -3185,10 +3209,19 @@
-                     QString dirPath = fixSeparators( it->directory + "/" );
-                     QString projectName = it->proFile;
-                     QString makefileName = buildPath + "/" + dirPath + it->target;
-+
-+                    if (sourcePath != buildPath)
-+                        QDir().mkpath(buildPath + "/" + dirPath);
-+
-                     QStringList args;
- 
-                     args << fixSeparators( buildPath + "/bin/qmake" );
--                    args << projectName;
-+
-+                    if (sourcePath != buildPath)
-+                        args << fixSeparators(sourcePath + "/" + dirPath + projectName);
-+                    else
-+                        args << projectName;
-+
-                     args << dictionary[ "QMAKE_ALL_ARGS" ];
- 
-                     cout << "For " << qPrintable(dirPath + projectName) << endl;
 Index: bin/syncqt
 ===================================================================
 --- bin/syncqt	(revision 863314)
[prev in list] [next in list] [prev in thread] [next in thread] 

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