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. Microsoft Visual Studio 2010 for QT 5.3.2

Microsoft Visual Studio 2010 for QT 5.3.2

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
27 Posts 5 Posters 3.5k 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 jsulm
    26 Mar 2020, 12:43

    @Mar_60 said in Microsoft Visual Studio 2010 for QT 5.3.2:

    Ii have installed QT on my PC.

    Doesn't look like you did as your Kit is broken.
    What exact Qt version did you install (please do not show "About QtCreator" dialog - it doesn't matter here, check "Qt Versions" tab instead).

    M Offline
    M Offline
    Mar_60
    wrote on 26 Mar 2020, 12:52 last edited by
    #9

    @jsulm I just installed from this link: qt-opensource-windows-x86-winrt-msvc2015-5.6.3.exe

    J J 2 Replies Last reply 26 Mar 2020, 12:55
    0
    • M Mar_60
      26 Mar 2020, 12:52

      @jsulm I just installed from this link: qt-opensource-windows-x86-winrt-msvc2015-5.6.3.exe

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 26 Mar 2020, 12:55 last edited by
      #10

      @Mar_60 Did you install Visual Studio 2015? Because you installed Qt for Visual Studio 2015.

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

      1 Reply Last reply
      1
      • M Offline
        M Offline
        Mar_60
        wrote on 26 Mar 2020, 13:02 last edited by
        #11

        No, I have installed visual studio 2019 as per above recommendation

        e52eb50a-4ef0-49fa-89be-2a0b0ae09c9f-image.png

        J 1 Reply Last reply 26 Mar 2020, 13:08
        0
        • M Mar_60
          26 Mar 2020, 13:02

          No, I have installed visual studio 2019 as per above recommendation

          e52eb50a-4ef0-49fa-89be-2a0b0ae09c9f-image.png

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 26 Mar 2020, 13:08 last edited by
          #12

          @Mar_60 2019 is not compatible with 2015.
          And if you look once more at what @JKSH suggested you you will see that he suggested to use 2015.

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

          1 Reply Last reply
          1
          • M Offline
            M Offline
            Mar_60
            wrote on 26 Mar 2020, 13:36 last edited by
            #13

            Okay. Now I am installing version 2015 Community.
            Will QT auto detect kits and compilers once the installation completed?

            J 1 Reply Last reply 26 Mar 2020, 13:48
            0
            • M Mar_60
              26 Mar 2020, 13:36

              Okay. Now I am installing version 2015 Community.
              Will QT auto detect kits and compilers once the installation completed?

              J Offline
              J Offline
              jsulm
              Lifetime Qt Champion
              wrote on 26 Mar 2020, 13:48 last edited by
              #14

              @Mar_60 said in Microsoft Visual Studio 2010 for QT 5.3.2:

              Will QT auto detect kits and compilers once the installation completed?

              It should. If not try to reinstall Qt.

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

              1 Reply Last reply
              0
              • M Offline
                M Offline
                Mar_60
                wrote on 26 Mar 2020, 18:23 last edited by
                #15

                I tried but unfortunately it didn't work.

                Could I install QT from this link: qt-opensource-windows-x86-mingw492-5.6.3.exe

                Will I need to install any thing else after installing QT from the above link?

                1 Reply Last reply
                0
                • M Mar_60
                  26 Mar 2020, 12:52

                  @jsulm I just installed from this link: qt-opensource-windows-x86-winrt-msvc2015-5.6.3.exe

                  J Offline
                  J Offline
                  JKSH
                  Moderators
                  wrote on 27 Mar 2020, 00:38 last edited by
                  #16

                  @Mar_60 said in Microsoft Visual Studio 2010 for QT 5.3.2:

                  qt-opensource-windows-x86-winrt-msvc2015-5.6.3.exe

                  This link's name contains winrt. This means it is for building apps for Windows Runtime or "Metro Apps", or its successor Universal Windows Platform (UWP). It is not for building Desktop applications.

                  Could I install QT from this link: qt-opensource-windows-x86-mingw492-5.6.3.exe

                  Yes.

                  I suggest that you:

                  1. Uninstall all the copies of Qt/Qt Creator that you currently have
                  2. Download qt-opensource-windows-x86-mingw492-5.6.3.exe
                  3. Run the installer and select 2 components:
                    • Qt 5.6.3 > MinGW 4.9.2 32-bit
                    • Tools > MinGW 4.9.2 32-bit

                  I just installed from this link

                  When you run the installer, it gives you choices on which components to select. Pay close attention to the choices; don't just keep clicking "Next".

                  I wrote a comprehensive "Getting Started" guide a while ago. It is a bit outdated now, but most of it should still be relevant. Please read it carefully: https://1drv.ms/w/s!AnaQjhA33g0K0lkIZPVjfsWrcPSI

                  I tried but unfortunately it didn't work.

                  If you need more help, please provide details.

                  @jsulm said in Microsoft Visual Studio 2010 for QT 5.3.2:

                  2019 is not compatible with 2015.

                  MSVC 2015, 2017, and 2019 are all compatible with each other: https://docs.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017?view=vs-2019

                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                  M 1 Reply Last reply 27 Mar 2020, 06:15
                  4
                  • J JKSH
                    27 Mar 2020, 00:38

                    @Mar_60 said in Microsoft Visual Studio 2010 for QT 5.3.2:

                    qt-opensource-windows-x86-winrt-msvc2015-5.6.3.exe

                    This link's name contains winrt. This means it is for building apps for Windows Runtime or "Metro Apps", or its successor Universal Windows Platform (UWP). It is not for building Desktop applications.

                    Could I install QT from this link: qt-opensource-windows-x86-mingw492-5.6.3.exe

                    Yes.

                    I suggest that you:

                    1. Uninstall all the copies of Qt/Qt Creator that you currently have
                    2. Download qt-opensource-windows-x86-mingw492-5.6.3.exe
                    3. Run the installer and select 2 components:
                      • Qt 5.6.3 > MinGW 4.9.2 32-bit
                      • Tools > MinGW 4.9.2 32-bit

                    I just installed from this link

                    When you run the installer, it gives you choices on which components to select. Pay close attention to the choices; don't just keep clicking "Next".

                    I wrote a comprehensive "Getting Started" guide a while ago. It is a bit outdated now, but most of it should still be relevant. Please read it carefully: https://1drv.ms/w/s!AnaQjhA33g0K0lkIZPVjfsWrcPSI

                    I tried but unfortunately it didn't work.

                    If you need more help, please provide details.

                    @jsulm said in Microsoft Visual Studio 2010 for QT 5.3.2:

                    2019 is not compatible with 2015.

                    MSVC 2015, 2017, and 2019 are all compatible with each other: https://docs.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017?view=vs-2019

                    M Offline
                    M Offline
                    Mar_60
                    wrote on 27 Mar 2020, 06:15 last edited by
                    #17

                    @JKSH thanks for the reply.
                    I have spend a long tine in installation but unfortunately all went in vain. Now, i just want to clear the things before starting this another try.

                    I am going to install from this link now: link: qt-opensource-windows-x86-mingw492-5.6.3.exe

                    For this do I need to install any prerequisites like visual studio or anything else?

                    TIA.

                    J 1 Reply Last reply 27 Mar 2020, 06:21
                    0
                    • M Mar_60
                      27 Mar 2020, 06:15

                      @JKSH thanks for the reply.
                      I have spend a long tine in installation but unfortunately all went in vain. Now, i just want to clear the things before starting this another try.

                      I am going to install from this link now: link: qt-opensource-windows-x86-mingw492-5.6.3.exe

                      For this do I need to install any prerequisites like visual studio or anything else?

                      TIA.

                      J Offline
                      J Offline
                      jsulm
                      Lifetime Qt Champion
                      wrote on 27 Mar 2020, 06:21 last edited by
                      #18

                      @Mar_60 said in Microsoft Visual Studio 2010 for QT 5.3.2:

                      For this do I need to install any prerequisites like visual studio or anything else?

                      No, this already contains MinGW compiler (GCC Windows port).

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

                      M 1 Reply Last reply 27 Mar 2020, 06:49
                      0
                      • M Offline
                        M Offline
                        Mar_60
                        wrote on 27 Mar 2020, 06:33 last edited by
                        #19
                        This post is deleted!
                        1 Reply Last reply
                        0
                        • J jsulm
                          27 Mar 2020, 06:21

                          @Mar_60 said in Microsoft Visual Studio 2010 for QT 5.3.2:

                          For this do I need to install any prerequisites like visual studio or anything else?

                          No, this already contains MinGW compiler (GCC Windows port).

                          M Offline
                          M Offline
                          Mar_60
                          wrote on 27 Mar 2020, 06:49 last edited by
                          #20

                          @jsulm And I can build and run my application written in c++? Right?

                          J 1 Reply Last reply 27 Mar 2020, 06:53
                          0
                          • M Mar_60
                            27 Mar 2020, 06:49

                            @jsulm And I can build and run my application written in c++? Right?

                            J Offline
                            J Offline
                            jsulm
                            Lifetime Qt Champion
                            wrote on 27 Mar 2020, 06:53 last edited by
                            #21

                            @Mar_60 Yes

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

                            M 1 Reply Last reply 27 Mar 2020, 11:11
                            1
                            • J jsulm
                              27 Mar 2020, 06:53

                              @Mar_60 Yes

                              M Offline
                              M Offline
                              Mar_60
                              wrote on 27 Mar 2020, 11:11 last edited by
                              #22

                              @jsulm thanks. It worked.
                              But I want to know what is the difference between these different names of setups?
                              MinGW, winRt, and openGL?

                              J 1 Reply Last reply 27 Mar 2020, 11:40
                              0
                              • M Mar_60
                                27 Mar 2020, 11:11

                                @jsulm thanks. It worked.
                                But I want to know what is the difference between these different names of setups?
                                MinGW, winRt, and openGL?

                                J Offline
                                J Offline
                                jsulm
                                Lifetime Qt Champion
                                wrote on 27 Mar 2020, 11:40 last edited by
                                #23

                                @Mar_60 MinGW uses MinGW which is Windows port of GCC compiler.
                                JKSH already explained what WinRT means, if you want to know more about UWP please do some research on Internet.
                                OpenGL is used by Qt for rendering QML and some other parts.

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

                                1 Reply Last reply
                                2
                                • M Offline
                                  M Offline
                                  Mar_60
                                  wrote on 28 Mar 2020, 09:11 last edited by
                                  #24

                                  Hello! Hope u all will be fine.

                                  I have written a c++ code for an application. It builds fine but when I run, got this error:

                                  Starting C:\Users\Welcome\build-Qtable-Desktop_Qt_5_6_3_MinGW_32bit-Debug\debug\Qtable.exe...
                                  The program has unexpectedly finished.
                                  C:\Users\Welcome\build-Qtable-Desktop_Qt_5_6_3_MinGW_32bit-Debug\debug\Qtable.exe crashed.

                                  Any clue to resolve this issue?

                                  TIA

                                  M 1 Reply Last reply 28 Mar 2020, 09:26
                                  0
                                  • M Mar_60
                                    28 Mar 2020, 09:11

                                    Hello! Hope u all will be fine.

                                    I have written a c++ code for an application. It builds fine but when I run, got this error:

                                    Starting C:\Users\Welcome\build-Qtable-Desktop_Qt_5_6_3_MinGW_32bit-Debug\debug\Qtable.exe...
                                    The program has unexpectedly finished.
                                    C:\Users\Welcome\build-Qtable-Desktop_Qt_5_6_3_MinGW_32bit-Debug\debug\Qtable.exe crashed.

                                    Any clue to resolve this issue?

                                    TIA

                                    M Offline
                                    M Offline
                                    mrjj
                                    Lifetime Qt Champion
                                    wrote on 28 Mar 2020, 09:26 last edited by
                                    #25

                                    @Mar_60
                                    Hi Hope you are fine too.
                                    That is a crash.
                                    Use the debugger to find out where it crashes
                                    and post the code so we can help you spot it.

                                    1 Reply Last reply
                                    1
                                    • M Offline
                                      M Offline
                                      Mar_60
                                      wrote on 28 Mar 2020, 13:13 last edited by
                                      #26

                                      Hi,

                                      I am getting these error now when I build my code :

                                      :-1: error: cannot find -lADSDIOd
                                      collect2.exe:-1: error: error: ld returned 1 exit status

                                      Are these known issues?

                                      TIA

                                      M 1 Reply Last reply 28 Mar 2020, 13:30
                                      0
                                      • M Mar_60
                                        28 Mar 2020, 13:13

                                        Hi,

                                        I am getting these error now when I build my code :

                                        :-1: error: cannot find -lADSDIOd
                                        collect2.exe:-1: error: error: ld returned 1 exit status

                                        Are these known issues?

                                        TIA

                                        M Offline
                                        M Offline
                                        mrjj
                                        Lifetime Qt Champion
                                        wrote on 28 Mar 2020, 13:30 last edited by mrjj
                                        #27

                                        @Mar_60
                                        Hi
                                        No, it just seems like a project issue.
                                        It looks like it cannot find the lib ADSDIOd

                                        did you change from release to debug and then got error or what did you do before just before it stopped compiling ?

                                        1 Reply Last reply
                                        1

                                        18/27

                                        27 Mar 2020, 06:21

                                        • Login

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