[Interest] Qt and MSVC 2013

BIRD Neil Neil.BIRD at uk.thalesgroup.com
Fri Dec 6 12:20:25 CET 2013


From: Philippe, Sent: Thursday, November 28, 2013 6:38 AM
> When you add a source file that requires moc, uic or rcc
> processing, the
> VS Addin generates the proper command lines to integrate these
> processes
> in the project.

  I do this with Custom Build Rules for *.qrc files;  for MOC, I have a custom rule I can apply to relevant files, but may apply it automatically to *.hpp and use that file suffix to denote files that need moc'ing (vs. normal *.h).

  I stopped using the plugin as you can't prevent it scribbling over all .ui file custom build rules (to compile them) and we use those rules to copy the ui files to staging areas (we read the files via UiTools and don't need them compiled).

-- 
[neil at fnx ~]# rm -f .signature
[neil at fnx ~]# ls -l .signature
ls: .signature: No such file or directory
[neil at fnx ~]# exit




More information about the Interest mailing list