Hi,

I’m testing the compilation of a Qt Unix Project on Visual Studio with Qt Visual Studio Integration but I get the following error when mocing…

standard input(0): Warning: No relevant classes found. No output generated.
But when I generate moc files in command line, the meta object compiler generates files and I haven’t got any errors…

My solution is to generate them manually by command line and to add the generated files to the project .

I'm still looking for a more convenient solution.

Can somebody help me ?

Thanks