Editing modules in visual studio 2010 add-in
-
Using qt creator I can add new module like:
@QT += network@how to do the same in visual studio 2010 add-in, I mean after setting up the solution and choosing the modules in the beginning of the project is there any way to add new modules ??
-
You need to right click on the project in the solution explorer, there should be a "Qt Project Settings" entry at the bottom. Click on that and it will open up a dialog, the 2nd tab of that dialog is labelled "Qt Modules". You can then select the modules of interest from that tab.
-
thank you =)