summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-09-11 14:56:49 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-11 17:24:15 +0200
commitcef552a741f24b7791368b6bba94624df42ef4a4 (patch)
tree8daac2871b6a480be4a0eed6780ffb241c85fc2b /tools/configure
parentc2d088adbec9c08c3e31df5c670b4d6eb828124a (diff)
remove setcepaths.bat
we don't need it any more, as the makefiles are self-contained now. Change-Id: I1a560a8331856e246e03c55ec1b1dd1a5cb112e4 Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'tools/configure')
-rw-r--r--tools/configure/configureapp.cpp3
1 files changed, 0 insertions, 3 deletions
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")){