Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to install the Visual Studio add-in

How to install the Visual Studio add-in

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
6 Posts 4 Posters 3.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jdent
    wrote on last edited by
    #1

    I want to use VS2022 as my compiler for Qt open source projects but I can't find where to download the add-in from??
    Please help I am new to Qt

    jsulmJ 1 Reply Last reply
    0
    • J jdent

      I want to use VS2022 as my compiler for Qt open source projects but I can't find where to download the add-in from??
      Please help I am new to Qt

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @jdent It is not clear: do you want to use Visual Studio as your IDE and use the Qt Plugin there or do you want to use QtCreator as IDE and use MSVC compiler there?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • J Offline
        J Offline
        jdent
        wrote on last edited by
        #3

        Actually I want to know both options if you don't mind!

        J 1 Reply Last reply
        0
        • J jdent

          Actually I want to know both options if you don't mind!

          J Offline
          J Offline
          jdent
          wrote on last edited by
          #4

          @jdent : Please I am in a hurry... can someone help me?

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi,

            To make things simple for both cases:

            • install Visual Studio 2022 with C++ component activated
            • use the Qt online installer to get Qt and Qt Creator
            • See here for the methods to obtain the plugin

            On a side note, this is a voluntary driven user forum, if you are in such a hurry, consider the commercial offering of Qt or hire someone knowledgeable in the domain.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            1
            • Chris KawaC Offline
              Chris KawaC Offline
              Chris Kawa
              Lifetime Qt Champion
              wrote on last edited by
              #6

              And to use Qt in Visual Studio projects go to Extensions menu and press Manage Extensions. Select "Online" and type "Qt" in the search bar. It will find "Qt Visual Studio Tools". Install that and restart VS. This will add Qt project wizards, debugger helpers for Qt types and project properties related to Qt management.
              Note that the VS add-in does not install Qt library itself. You need to install that separately. The easiest is via the online installer, as SGaist mentioned.

              1 Reply Last reply
              1

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved