Details
Description
There are two problems:
1. Add a new Qt4Class to existing project by "Qt Class Wizard" or simply add existing qt header file
The Add-In generates following command line:
"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\GeneratedFiles\$(ConfigurationName)\moc_%(Filename).cpp"
No Define Macros (-D) and Include Directories (-I) are included as in early versions.
2. Add a Qt source (test.cpp) file that contains a moc file include (#include "test.moc")
The Add-In configures the source file to "Custom Build Tool" without Command Line.
Result: No Object code will be generated