$$QMAKE_LIBDIR contents belong into $(LIBS), not $(LFLAGS)
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 12 Jul 2012 20:02:50 +0000 (22:02 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 24 Jul 2012 10:45:02 +0000 (12:45 +0200)
commit8fa9249acc37ea8ae41a25bbb7444560663985f7
treecafc3bc5b7c768784cc36b0e0e28b8798f94b059
parent2184b27462d6ce34e6cdb47e5008d473d29a447f
$$QMAKE_LIBDIR contents belong into $(LIBS), not $(LFLAGS)

unlike for the unix linker, this does not matter for the windows linker,
but keeping it consistent has advantages.

Change-Id: Ib9b9efa18c31d87c026d3cac5a8737f4612ad1c0
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
qmake/generators/win32/winmakefile.cpp