summaryrefslogtreecommitdiffstats
path: root/tools/configure/environment.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-20 17:58:24 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-27 14:35:24 +0200
commitbc05c9aee8af5f27d297e9b525d98d18129b29da (patch)
treececb8b83095ed80857f754cb912c51bcff14f295 /tools/configure/environment.h
parentdafc4a884c7ccbd7417bf190c83a2465fb829096 (diff)
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 <mabrand@mabrand.nl>
Diffstat (limited to 'tools/configure/environment.h')
-rw-r--r--tools/configure/environment.h4
1 files changed, 1 insertions, 3 deletions
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: