[Qt-interest] Usage of Visual Studio Add-in
Matthias Pospiech
matthias.pospiech at gmx.de
Fri Apr 24 17:15:40 CEST 2009
I am using the 'Visual Studio Add-in' for the first time.
So far I have been using the VsQtAddin which fitted well to what I need.
Now I am confused on how to use the Plugin from QtSoftware at all.
If I load my Project which uses .vcproj files (as normal with Visual Studio)
the Plugin does not know anything about a loaded project.
It seems I need to convert the .vcproj file to a .pro file. How can I do
that?
If I want to add files I can only add GUI based classes. Very often
however I want to add classes which are based on QObject.
I could not see how this is possible with the plugin. The one I used
before (VsQtAddin) does all that with a very simple dialog.
Matthias
More information about the Qt-interest-old
mailing list