From bc05c9aee8af5f27d297e9b525d98d18129b29da Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 20 Apr 2012 17:58:24 +0200 Subject: don't copy files to default specs any more now that the default specs really only forward to the real specs, it is not necessary to copy any auxiliary files. Change-Id: I169a61a045063b796062fe6af3a2afbe3f1c9da0 Reviewed-by: Mark Brand --- tools/configure/environment.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools/configure/environment.h') diff --git a/tools/configure/environment.h b/tools/configure/environment.h index 979d538e8a..58e9c18137 100644 --- a/tools/configure/environment.h +++ b/tools/configure/environment.h @@ -67,9 +67,7 @@ public: static int execute(QStringList arguments, const QStringList &additionalEnv, const QStringList &removeEnv); static QString execute(const QString &command, int *returnCode = 0); - static bool cpdir(const QString &srcDir, - const QString &destDir, - const QString &includeSrcDir = QString()); + static bool cpdir(const QString &srcDir, const QString &destDir); static bool rmdir(const QString &name); private: -- cgit v1.2.3