9

I can't find where to install the Qt addin for Visual Studio from the package manager that comes with Qt SDK.

Does the addin come with the module "Desktop Qt 4.8.1 - MSVC 2010"?

enter image description here

sashoalm
  • 75,001
  • 122
  • 434
  • 781
  • 3
    I dont know what SDK you are speaking about, but the VS addin is to be found here: http://releases.qt-project.org/vsaddin/qt-vs-addin-1.1.11-opensource.exe . Since a lot people struggle with his: you know how to (n)make QT before you can use it via visual studio? – Najzero Dec 07 '12 at 13:49
  • It's a separate executable. – segfault Dec 07 '12 at 19:34

2 Answers2

21

The Visual Studio addin can be found on the Qt Project's download page, in the "Other" category. Download and run this installer, and follow the instructions in the wizard.

user3079474
  • 1,653
  • 2
  • 24
  • 37
Fred
  • 4,894
  • 1
  • 31
  • 48
9

The website has been updated, to download it go to Qt open source download page and click "Other Downloads" or "View all Downloads and scroll to the bottom.

Mohamed Khamis
  • 7,731
  • 10
  • 38
  • 58
  • 1
    How do I know which version of the Qt addin to install with different versions of Visual Studio? I'm using Visual Studio 2012. – user3731622 Nov 05 '15 at 20:17