[Solved] [How?] Generate moc files automatically using Visual Studio 2008
-
Hello guys
I have a simple question. :)
Is there some way to configure Microsoft Visual Studio 2008 to automatically generate and use moc files every time I add the Q_OBJECT macro in a class? Right now this is done when I create my Visual Studio project as a "Qt Application" but not when I have a simple 'Win32 Project' or 'Win32 Console Application'. What project properties I should add to the last two types of projects, in order to generate automatically the moc files?Thank you in Advance!
-
Can you say why you don't want to use Qt App projec template? Are there any reasons for it?
-
Heya,
Thank you for your reply dude. Well, there is no any very serious reason for it. I just want to know how to do it without the Qt Application project template.Cheers
[quote author="Denis Kormalev" date="1305117479"]Can you say why you don't want to use Qt App projec template? Are there any reasons for it? [/quote]
-
Thanks for your reply Volker.
Indeed I found a guide explaining how to configure the project settings for the thing I ask. Although, I might have a look at the project files when I find some free time to see how the Qt App template works.
Thanks again for your help guys!