Fix shadow build compilation with MSVC
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 1 Mar 2012 15:17:27 +0000 (16:17 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 29 May 2012 18:24:23 +0000 (20:24 +0200)
commit095000c898269b66261a4ef117682fcaa36e4292
tree1754fc9a7c8807fc7c5e71bbcdefb24e69e5d95c
parent618ea643cafa106ca6d833eccf4bf348171c8f89
Fix shadow build compilation with MSVC

\#include "foo" in MSVC does not search the output path, so we need to
pass the proper -I flag to find the build dir's src/corelib/global.

Change-Id: I546051c99fd29d7734f8bf35d058ea283ec9bca7
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
src/tools/moc/main.cpp
src/tools/moc/moc.pro