summaryrefslogtreecommitdiffstats
path: root/qmake/generators
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-07-12 16:58:09 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-24 12:45:02 +0200
commitc1056c80fbeadee4b910df00998c837d3c2b44a1 (patch)
tree9ce99fcd4da4ce1368b5043e6d4e6e1a8090a736 /qmake/generators
parent94c27450740b63fd4dda0ff34034ff21be590f0f (diff)
remove apparently pointless call to findLibraries()
the function was already called long before. if it really needs to be called again, it's a) probably affecting the other windows generators as well and b) the actual problem should be fixed instead. This reverts commit d50c3c6624b2343e42d0df4b72212d9ced8f3682. Change-Id: Iaa2007640fbc9acdc50ba3b0681efeb0d184f224 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'qmake/generators')
-rw-r--r--qmake/generators/win32/msvc_vcproj.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/generators/win32/msvc_vcproj.cpp b/qmake/generators/win32/msvc_vcproj.cpp
index 146a1126bc..f3a1e5ad73 100644
--- a/qmake/generators/win32/msvc_vcproj.cpp
+++ b/qmake/generators/win32/msvc_vcproj.cpp
@@ -1008,7 +1008,6 @@ void VcprojGenerator::initLibrarianTool()
void VcprojGenerator::initLinkerTool()
{
- findLibraries(); // Need to add the highest version of the libs
VCConfiguration &conf = vcProject.Configuration;
conf.linker.parseOptions(project->values("QMAKE_LFLAGS"));