Using Qt 4.8.6 with Visual Studio 2010 Express
-
-
Hi,
Yes it is, it's the same setup as for the standard edition. You just can't use Qt's VS Add-In. But that's not really a problem if you use Qt Creator.
-
The Express Edition doesn't allow to use plugins
-
It's a decision by Microsoft to not allow add-ins in Visual Studio Express versions :-(
If you are a student you might get the "Professional version cheaper":http://stackoverflow.com/questions/8953030/where-can-i-get-add-ins-for-visual-studio-express -
[quote author="scumpyt" date="1399070277"]Ok, I guess I will use Qt Creator...
Thanks for all your help.[/quote]
FWIW: Using Qt with Visual Studio without the Qt Add-In can work just fine. You only need to set up a few things manually. But it's not a big deal...
-
[quote author="scumpyt" date="1399073125"]Hmmmm, that sounds interesting... Like what?[/quote]
Well, you'll need to set up custom build rules for the MOC and UIC stuff. And also for the RCC stuff, if your app needs it. But that's it, I suppose.
Like this:
http://i.imgur.com/KQJ4m8E.jpg(You also won't have a fancy wizard to setup new projects and classes)