Install qt with Visual Studio

1

I want to install qt with Visual Studio. I want to use msvc2013 version but I do not know which version of visual studio to download, please tell me which one is correct.

    
asked by Mohamed El Alami 26.09.2016 в 21:58
source

1 answer

2

How to integrate Qt-MSVC2013 With Visual Studio in 10 steps!

Greetings in this section I will give you the steps so that you can have Visual Studio running with the framework of Qt ready to make programs compatible with Qt from Visual Studio!

  • Download the Visual Studio 2013 Community and install it.
  • Download the Qt-5.7.0 MSVC2013 , To compile in x86 [Click Here] , to compile in x64 [Click Here]
  • Open the installer relative to the version you have selected above and start the regular installation process on the path predetermined by the installer. * If you modify the default installation path, please take it into account. *
  • Once the Qt installation process is complete, run your new IDE of Visual Studio 2013 Community Edition
  • Go to the Tools -> Extensions and Updates... menu and click on it, once the Extensions and Updates window has opened, on the left side of the browser select Online and on the submenu select Visual Studio Gallery Press < kbd> CTRL + E to start a new search, then type: Qt and you will search the available components with our criteria, you will see one in particular with% name QtPackage dale in Download you will get the window to install, give in Install and begin to install, after installation will ask you to reboot the IDE, do it.
  • The installation of the package will ask you to restart the instance of your IDE, do it, after your IDE restarts you should show a new tab in the menu bar as shown in figure a.

      

         

    Figure A.

    After this ...

  • open the new tab and go to the last option: Qt Options and click on it.
  • in the options you should add the installation path in which the Qt was installed, (remember the note in step # 3?) should be as shown in figure B.
  •   

         

    Figure B. Note that the installation path on my computer is different

  • Create a new project based on Qt (if the development templates do not appear, skip to step 'A').
  • In the project, right click and select its properties, select the penultimate option: Qt Project Settings here a new window will open, in this window in the last option called: Version , select from the box drop-down, the version that we have previously installed.

  • Ready!

  • A. Go to the menu bar, tab QT5 , select the option that says: Install Templates and Register Libraries , if it asks you to reboot do it, if you still do not see anything, restart your computer.

    Best regards and I hope I have helped you something!

        
    answered by 30.09.2016 в 07:21