From cef552a741f24b7791368b6bba94624df42ef4a4 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 11 Sep 2012 14:56:49 +0200 Subject: remove setcepaths.bat we don't need it any more, as the makefiles are self-contained now. Change-Id: I1a560a8331856e246e03c55ec1b1dd1a5cb112e4 Reviewed-by: Andreas Holzammer Reviewed-by: Joerg Bornemann --- tools/configure/configureapp.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index a61c73b2a6..339b2f1b56 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -169,9 +169,6 @@ Configure::Configure(int& argc, char** argv) } } - // 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"); //copy the mkspecs buildDir.mkpath("mkspecs"); if (!Environment::cpdir(sourcePath + "/mkspecs", buildPath + "/mkspecs")){ -- cgit v1.2.3