summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-06-11 16:23:24 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-12 10:10:41 +0200
commite2765098db18a7570b04fe3e30ded728aa97120a (patch)
treea3b38c8f36f51b54bee97bdb0b9974918a84fefa /tools
parentd8f4abec711d7af4013209fd8b0c9edcedb44ab6 (diff)
don't claim that we need perl for shadow builds any more
amends 0a1b89bff, which took care only of the unix version. Change-Id: Idb82881a9c47e67c973500721fd499bcf41a848b Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 98b59ab6fd..f92fad1d69 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -151,12 +151,6 @@ Configure::Configure(int& argc, char** argv)
const QString installPath = buildPath;
#endif
if (sourceDir != buildDir) { //shadow builds!
- if (QStandardPaths::findExecutable(QStringLiteral("perl.exe")).isEmpty()) {
- cout << "Error: Creating a shadow build of Qt requires" << endl
- << "perl to be in the PATH environment";
- exit(0); // Exit cleanly for Ctrl+C
- }
-
cout << "Preparing build tree..." << endl;
QDir(buildPath).mkpath("bin");