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. Install Qt 5.9.8 on Windows 7 x32
Forum Updated to NodeBB v4.3 + New Features

Install Qt 5.9.8 on Windows 7 x32

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
17 Posts 2 Posters 4.6k Views 1 Watching
  • 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.
  • K Offline
    K Offline
    koluna
    wrote on last edited by
    #7

    I do not have any antivirus. I use a new virtual machine.
    If I remove everything, the installer will download everything again. It is a long time...
    Can I forbid to download some files again?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koluna
      wrote on last edited by
      #8

      I have installed Qt on Win7 x64.
      I am trying to open my project file and I am having some problems.

      I make a very simple application that should work on Linux and Windows.
      Should I make different project files for my OS?
      I have "demo.pro" and "demo.pro.user". What should I do with them?

      Help me to build a simple application for two OS, please.

      2_1558509321452_c-0.png 1_1558509321451_b-0.png 0_1558509321448_a-0.png

      1 Reply Last reply
      0
      • K Offline
        K Offline
        koluna
        wrote on last edited by
        #9

        Which components should I point out at the installation?

        jsulmJ 1 Reply Last reply
        0
        • K koluna

          Which components should I point out at the installation?

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

          @koluna You should install MinGW provided via Qt online installer (or maintenance tool). Your MinGW Kit is broken as you can see from the screen-shot. You're still mixing Qt for Microsoft compiler and MinGW - this is NOT going to work! So, please first install Qt for MinGW and make sure you install MinGW using Qt installer.
          "Should I make different project files for my OS?" - NO. Just install Qt on each OS and build your project.
          I have "demo.pro" and "demo.pro.user". What should I do with them? - pro.user should not be exchanged between different machines/OS. The pro file is the one you need to build your project.

          "the installer will download everything again" - is it possible that you're selecting everything under a Qt version? If so then please DON'T do that - it will install all Qt for all supported compilers, Android and iOS. Only select Qt for MinGW.

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

          1 Reply Last reply
          1
          • K Offline
            K Offline
            koluna
            wrote on last edited by
            #11

            @jsulm said in Install Qt 5.9.8 on Windows 7 x32:

            You should install MinGW provided via Qt online installer
            I did it.

            @jsulm said in Install Qt 5.9.8 on Windows 7 x32:

            You're still mixing Qt for Microsoft compiler and MinGW
            Why do You think so?
            Which components should I use?

            @jsulm said in Install Qt 5.9.8 on Windows 7 x32:

            is it possible that you're selecting everything under a Qt version?
            I do not do so!

            See the screenshots, please.

            1_1558515394412_e-0.png 0_1558515394409_d-0.png

            jsulmJ 1 Reply Last reply
            0
            • K koluna

              @jsulm said in Install Qt 5.9.8 on Windows 7 x32:

              You should install MinGW provided via Qt online installer
              I did it.

              @jsulm said in Install Qt 5.9.8 on Windows 7 x32:

              You're still mixing Qt for Microsoft compiler and MinGW
              Why do You think so?
              Which components should I use?

              @jsulm said in Install Qt 5.9.8 on Windows 7 x32:

              is it possible that you're selecting everything under a Qt version?
              I do not do so!

              See the screenshots, please.

              1_1558515394412_e-0.png 0_1558515394409_d-0.png

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

              @koluna Please take a closer look at your last screen-shot: you're installing Qt for UWP MSVC2017. How is this supposed to work with MinGW?
              Please select MinGW 5.3.0 32bit there...
              You also should install MinGW 5.3 32bit instead of 7.3 64bit as the Qt version in the list seems to have been build using MinGW 5.3 32bit.

              "Why do You think so?" - because this is what is in the popup of your red-marked mingw Kit in your screen-shot (see at "Qt version").

              "I do not do so!" - I didn't say you do, I just was not sure when reading your description. And people sometimes do this mistake, so I wanted to be sure.

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

              K 1 Reply Last reply
              0
              • jsulmJ jsulm

                @koluna Please take a closer look at your last screen-shot: you're installing Qt for UWP MSVC2017. How is this supposed to work with MinGW?
                Please select MinGW 5.3.0 32bit there...
                You also should install MinGW 5.3 32bit instead of 7.3 64bit as the Qt version in the list seems to have been build using MinGW 5.3 32bit.

                "Why do You think so?" - because this is what is in the popup of your red-marked mingw Kit in your screen-shot (see at "Qt version").

                "I do not do so!" - I didn't say you do, I just was not sure when reading your description. And people sometimes do this mistake, so I wanted to be sure.

                K Offline
                K Offline
                koluna
                wrote on last edited by koluna
                #13

                @jsulm said in Install Qt 5.9.8 on Windows 7 x32:

                you're installing Qt for UWP MSVC2017

                Sorry, I understood You. I thought that component is necessary...
                I should say that some screens above are for Win7 x64.
                Is the MinGW version meaningful (5.3 or 7.3)?

                I will try this configuration on Win7 x86 SP1 (updated). Is it right?
                0_1558523567333_x-0.png

                1 Reply Last reply
                0
                • K Offline
                  K Offline
                  koluna
                  wrote on last edited by
                  #14

                  It does not find out "api-ms-win-crt-runtime-I1-1-0.dll" at starting Creator...
                  0_1558524137801_y-0.png

                  jsulmJ 1 Reply Last reply
                  0
                  • K koluna

                    It does not find out "api-ms-win-crt-runtime-I1-1-0.dll" at starting Creator...
                    0_1558524137801_y-0.png

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

                    @koluna That's strange.
                    Did you install all Windows service packs and updates?

                    "Is the MinGW version meaningful (5.3 or 7.3)?" - it looks like the MinGW Qt version your installer is showning was build using MinGW5.3, so it is better to install MinGW 5.3.

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

                    K 1 Reply Last reply
                    0
                    • jsulmJ jsulm

                      @koluna That's strange.
                      Did you install all Windows service packs and updates?

                      "Is the MinGW version meaningful (5.3 or 7.3)?" - it looks like the MinGW Qt version your installer is showning was build using MinGW5.3, so it is better to install MinGW 5.3.

                      K Offline
                      K Offline
                      koluna
                      wrote on last edited by koluna
                      #16

                      @jsulm said in Install Qt 5.9.8 on Windows 7 x32:

                      Did you install all Windows service packs and updates?

                      Yes, I did. But I am not sure... I see an update SP1, but it is not present in system info...
                      The "Windows6.1-KB2999226-x86.msu" update cannot be installed...

                      @jsulm said in Install Qt 5.9.8 on Windows 7 x32:

                      it looks like the MinGW Qt version your installer is showning was build using MinGW5.3, so it is better to install MinGW 5.3

                      I do not understand a one thing. MinGW 5.3 is present twice in screen above. Should I use both items?

                      jsulmJ 1 Reply Last reply
                      0
                      • K koluna

                        @jsulm said in Install Qt 5.9.8 on Windows 7 x32:

                        Did you install all Windows service packs and updates?

                        Yes, I did. But I am not sure... I see an update SP1, but it is not present in system info...
                        The "Windows6.1-KB2999226-x86.msu" update cannot be installed...

                        @jsulm said in Install Qt 5.9.8 on Windows 7 x32:

                        it looks like the MinGW Qt version your installer is showning was build using MinGW5.3, so it is better to install MinGW 5.3

                        I do not understand a one thing. MinGW 5.3 is present twice in screen above. Should I use both items?

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

                        @koluna said in Install Qt 5.9.8 on Windows 7 x32:

                        I see an update SP1, but it is not present in system info

                        Looks like SP1 is not installed, you should install it.

                        "MinGW 5.3 is present twice in screen above. Should I use both items?" - the naming of the first is unfortunate I would say. It should rather be "Qt MinGW 5.3.0 32 bit" to avoid confusion. In short: the first (at the top) is the Qt version to use with WinGW compiler, second one is to install MinGW 5.3. You need both of them.

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

                        1 Reply Last reply
                        0

                        • Login

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