qtmodule-configtests is no more, so don't shadow it
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 11 Sep 2012 12:56:03 +0000 (14:56 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 11 Sep 2012 15:24:05 +0000 (17:24 +0200)
Change-Id: I0cb51cb63feb09f188764ace7d7b817ca10dd169
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
tools/configure/configureapp.cpp

index a106aaf..a61c73b 100644 (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");