qtmodule-configtests is no more, so don't shadow it

Change-Id: I0cb51cb63feb09f188764ace7d7b817ca10dd169
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
Oswald Buddenhagen 2012-09-11 14:56:03 +02:00 committed by Qt by Nokia
parent 8d97eb298d
commit c2d088adbe

View File

@ -169,13 +169,6 @@ Configure::Configure(int& argc, char** argv)
}
}
QFile configtests(buildPath + "/bin/qtmodule-configtests");
// no QFile::Text, just in case the perl interpreter can't cope with them (unlikely)
if (configtests.open(QFile::WriteOnly)) {
QTextStream stream(&configtests);
stream << "#!/usr/bin/perl -w" << endl
<< "require \"" << sourcePath + "/bin/qtmodule-configtests\";" << endl;
}
// For Windows CE and shadow builds we need to copy these to the
// build directory.
QFile::copy(sourcePath + "/bin/setcepaths.bat" , buildPath + "/bin/setcepaths.bat");