From c2d088adbec9c08c3e31df5c670b4d6eb828124a Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 11 Sep 2012 14:56:03 +0200 Subject: qtmodule-configtests is no more, so don't shadow it Change-Id: I0cb51cb63feb09f188764ace7d7b817ca10dd169 Reviewed-by: Joerg Bornemann --- tools/configure/configureapp.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index a106aaf376..a61c73b2a6 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -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"); -- cgit v1.2.3