Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the difference in the Visual Studio integration tools for Qt?

Trolltech has released a tool called "Visual Studio add-in" for their LGPL and GPL release of Qt. They state that the commercial version comes with a full Visual Studio Integration tool but I don't see any description of the differences between these.

What's included in the full version that isn't in the add-in?

like image 398
dwj Avatar asked May 04 '09 20:05

dwj


1 Answers

The Visual Studio add-in does not work with the Windows Open Source Qt binary installer. To get it to work, you'll have to download the source package and build in manually. The Open Source Windows binary works with the MinGW compiler.

Here's how to add Visual Studio integration using an Open Source build.

The commercial version comes with full Visual Studio integration without the extra steps.

like image 183
Naaff Avatar answered Oct 14 '22 19:10

Naaff