fix warning when generating VS 2013 project
authorJoerg Bornemann <joerg.bornemann@digia.com>
Tue, 11 Feb 2014 13:10:00 +0000 (14:10 +0100)
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>
Mon, 27 Oct 2014 09:00:36 +0000 (10:00 +0100)
commit08ffa4bc83b0d43ee15023713438e16b4e984b61
treeb83282f043f487064e07ec346120ad7310f43f97
parent8c828dcba954b3168a7bef7ce6af17b5bdac5500
fix warning when generating VS 2013 project

/FS forces the compiler to synchronize pdb file writes.
This option is not needed when building with Visual Studio itself.
Still, qmake needs to know it when parsing the compiler flags.

Task-number: QTBUG-36535
Change-Id: Id5b68c4028844e0b95904e08b5121310a4ff13d6
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
(cherry picked from commit qtbase/9b59e51c5064c67c423389c2c884d009903910c7)
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
qmake/generators/win32/msvc_objectmodel.cpp