Any disadvantages of using the Qt visual studio application

I'm just starting to learn how to use Qt in C ++. They have the ability to use the standalone Qt creator, as well as an add-on for Visual Studio. I have Visual Studio Community 2015.

The question is, are there any drawbacks to using the add-on for Visual Studio only when encoding in Qt-creator?

+4
source share
1 answer

UPDATE: How to use Qt in Visual Studio 2015 projects?

The one below seems a bit outdated, given the use of the Qt extension for VS2015. But I personally have not tried it myself yet and I suspect that Qt Creator still has an advantage, as shown below.

Qt Visual Studio:

  • Visual Studio Qt
  • , VM
  • , Visual Studio

Qt Visual Studio:

  • , . : 1.2.3 -
  • .. Qt.pro.
  • Visual Studio , Qt Creator ( nmake jom, jom )
  • Visual Studio Express (, Ultimate)

Qt Visual Studio , , Qt - Microsoft Visual Studio 2008, 2010 2012 ( ).

. Qt Creator ( Ctrl ), MS Visual Studio , ( , Qt Creator ).

Qt Creator CDB Windows SDK , , Visual Studio, . Visual Studio, Qt Creator.

+2

Source: https://habr.com/ru/post/1629954/


All Articles