STR
- Create project using Qt Creator
	
- Use VC++ compiler
 - Everything build as exepcted, no extra moc execution if there is no changes
 
 - Open .pro file using Qt5 Qt5 Visual Studio Add-in
 - Build (rebuild) the project
 - Run or build (it will be incremental)
 
AR
Anyway moc'ing executes, but no one file changed
ER
Moc'ing should execute only if relevant file changed