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>
This commit is contained in:
parent
d8f4abec71
commit
e2765098db
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user