- 
    Bug 
- 
    Resolution: Fixed
- 
    P2: Important 
- 
    2.2.0
- 
    Windows 10 + MSVC 2015
- 
        41966c712db87b252d83593c391951453cc45987
When a file includes the generated moc output for a header file as well as its own generated moc output then it will fail to build. For example if it has:
#include "moc_foo.cpp" #include "foo.moc"
then it will have compile errors or linker errors. Using qmake directly works fine.
