Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting up Qt5 with Visual Studio 2015

Searching Google for 'Qt5 - Windows 10 - VS 2015' only brought up a blog post from April stating that support for VS 2015 is in the works (link).

The Qt5 downloads page (OpenSource version) currently has no links for Visual Studio 2015. So, is it possible to use Qt5 in VS 2015, or do I just have until something new comes up?

PS. I just want to avoid installing VS2013 on top of VS2015. I can build from source should it be needed.

Thanks in advance

like image 483
neoaggelos Avatar asked Sep 05 '15 13:09

neoaggelos


People also ask

Can you use Qt with Visual Studio?

In Microsoft Visual Studio, select Extensions > Manage Extensions > Online, and search for Qt Visual Studio Tools to install or update Qt VS Tools.

How do I add a Qt to a Visual Studio project?

Under tools select Extensions and Updates. click the Online arrow on the left and search for Qt. Install the Qt Visual Studio Tools extension. Restart the Visual Studio 2019 IDE and under Qt VS Tools –> Qt Options add the Qt version 5.14 with associated directory C:\qt\5.14.


1 Answers

I had the same problem. But I've just found the magic key. The package in the following link has almost exactly the behavior of Qt Visual Studio Add-in 1.2.4 for Qt5. It includes everything needed to complete the work with Qt:

https://visualstudiogallery.msdn.microsoft.com/c89ff880-8509-47a4-a262-e4fa07168408

like image 98
A.3dhgi Avatar answered Nov 08 '22 03:11

A.3dhgi