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. Qt Creator 6.0.1 and Qt 6.2.2 running on Windows 7
Forum Updated to NodeBB v4.3 + New Features

Qt Creator 6.0.1 and Qt 6.2.2 running on Windows 7

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
85 Posts 31 Posters 44.7k Views 11 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.
  • C crystalidea
    4 Apr 2023, 10:53

    any update on Qt 6.5?

    D Offline
    D Offline
    dmginc
    wrote on 9 Jun 2023, 00:45 last edited by
    #56

    @crystalidea

    Here are the patched DLLs for Qt 6.5.1 on Windows 7:
    https://web.tresorit.com/l/QN88Z#nF5sZ3NclgeYbMeIaJ_BuA

    Please let me know if you encounter any issues :)

    P L 5 3 Replies Last reply 9 Jun 2023, 20:52
    2
    • D dmginc
      9 Jun 2023, 00:45

      @crystalidea

      Here are the patched DLLs for Qt 6.5.1 on Windows 7:
      https://web.tresorit.com/l/QN88Z#nF5sZ3NclgeYbMeIaJ_BuA

      Please let me know if you encounter any issues :)

      P Offline
      P Offline
      posktomten
      wrote on 9 Jun 2023, 20:52 last edited by
      #57

      @dmginc Thanks!

      posktomten

      1 Reply Last reply
      0
      • D dmginc
        9 Jun 2023, 00:45

        @crystalidea

        Here are the patched DLLs for Qt 6.5.1 on Windows 7:
        https://web.tresorit.com/l/QN88Z#nF5sZ3NclgeYbMeIaJ_BuA

        Please let me know if you encounter any issues :)

        L Offline
        L Offline
        lkavan
        wrote on 21 Jun 2023, 20:18 last edited by
        #58

        @dmginc Hallo, first of all, thanx a lot for research about runningQt6 on Win7. I have installed Qt from online installer (Qt 6.5.1 and Creator 10.0.2 and MSVC2019-64bit) and replaced DLLs with your ones. After that, qmage is possible to run, Linquist, Asistant and Designer running OK, but Creator 10.0.2 not running. Cannot find entry point.
        Can you help me? What I am doing wrong? Thanx a lot!

        entrypoint_err.jpg

        1 Reply Last reply
        0
        • H Online
          H Online
          hskoglund
          wrote on 23 Jun 2023, 23:14 last edited by
          #59

          Hi, even though you've downloaded Qt 6.5.1, no Qt Creator is built with it yet (unless you build Qt Creator yourself :-)

          For example Qt Creator 10.0.2 is built with Qt 6.4.3:
          Screenshot 2023-06-24 at 00.34.48.png
          (QT Creator 11.0 beta is also built with Qt 6.4.3)

          The error box you get is because the function evaluateRecursive() is changed from returning a void (in Qt 6.4.3) to returning a bool (in Qt 6.5.1) But even if you patched that you'd get Qt runtime mismatch errors.

          You could try a previous version of @dmginc's dlls and a matching Qt Creator, I use his patched version of Qt 6.4.2 (you'll find the link previously in this topic) and Qt Creator 10.0.0:
          https://download.qt.io/official_releases/qtcreator/10.0/10.0.0/qt-creator-opensource-windows-x86_64-10.0.0.exe

          1 Reply Last reply
          0
          • C Offline
            C Offline
            crystalidea
            wrote on 1 Nov 2023, 22:14 last edited by crystalidea 11 Feb 2023, 19:54
            #60

            I've made Qt 6.6.0 available for Windows 7 here
            https://github.com/crystalidea/qt6windows7

            It's qtbase with all source modifications already applied. Approach is based on previous posts here but better: many improvements and most noticably fallbacks to default Qt 6.6.0 behaviour when running on newer Windows.

            The only issue I noticed with all Qt Windows7 backports is that scalled UI is somewhat too big for my 125% scalling option in Windows 7. Something should be tweaked with dpi settings probably.

            5 1 Reply Last reply 12 Nov 2024, 23:03
            2
            • W Offline
              W Offline
              WRYYYYYYYY
              wrote on 17 Nov 2023, 18:40 last edited by WRYYYYYYYY
              #61

              Hey @hskoglund @dmginc @crystalidea

              Hope you're all doing awesome. 🚀 Huge shoutout to you guys who've been working magic with those QT6 DLL patches for Windows 7! You folks are the real MVPs, and you're making a lot of people happy.

              I'm not a QT developer, but I wanted to share a thought – a bunch of QT-based apps that used to run like a dream on Windows 7 suddenly hit a brick wall after they upgraded to QT6. These patched DLLs aren't just for Windows 7 devs; they're also a lifeline for end-users who just want to keep using their favorite apps.

              I've noticed the list of patched versions is growing, but I'm thinking, why stop there? Windows 7 users are still rocking it, and there's a bunch of QT6 versions that could use some love. Here's what we've got so far:

              6.0.0
              6.0.1
              6.0.2
              6.0.3
              6.0.4
              6.1.0
              6.1.1
              6.1.2
              6.1.3
              6.2.0
              6.2.1
              6.2.2 hskoglund
              6.2.3
              6.2.4
              6.3.0 dmginc
              6.3.1 dmginc
              6.3.2
              6.4.0 dmginc
              6.4.1
              6.4.2
              6.4.3
              6.5.0
              6.5.1 dmginc
              6.5.2
              6.5.3 crystalidea
              6.6.0 crystalidea
              

              I believe that extending this compatibility to cover the remaining versions of QT6 would be immensely beneficial for the Windows 7 user base. But I get that this isn't a walk in the park, so maybe we can chip away at it bit by bit. No rush, just a gradual, awesome expansion of compatibility. What do you guys think?

              Cheers to keeping the Windows 7 flame alive! 🔥

              WRYYYYYYYY

              L 1 Reply Last reply 19 Nov 2023, 22:28
              0
              • W WRYYYYYYYY
                17 Nov 2023, 18:40

                Hey @hskoglund @dmginc @crystalidea

                Hope you're all doing awesome. 🚀 Huge shoutout to you guys who've been working magic with those QT6 DLL patches for Windows 7! You folks are the real MVPs, and you're making a lot of people happy.

                I'm not a QT developer, but I wanted to share a thought – a bunch of QT-based apps that used to run like a dream on Windows 7 suddenly hit a brick wall after they upgraded to QT6. These patched DLLs aren't just for Windows 7 devs; they're also a lifeline for end-users who just want to keep using their favorite apps.

                I've noticed the list of patched versions is growing, but I'm thinking, why stop there? Windows 7 users are still rocking it, and there's a bunch of QT6 versions that could use some love. Here's what we've got so far:

                6.0.0
                6.0.1
                6.0.2
                6.0.3
                6.0.4
                6.1.0
                6.1.1
                6.1.2
                6.1.3
                6.2.0
                6.2.1
                6.2.2 hskoglund
                6.2.3
                6.2.4
                6.3.0 dmginc
                6.3.1 dmginc
                6.3.2
                6.4.0 dmginc
                6.4.1
                6.4.2
                6.4.3
                6.5.0
                6.5.1 dmginc
                6.5.2
                6.5.3 crystalidea
                6.6.0 crystalidea
                

                I believe that extending this compatibility to cover the remaining versions of QT6 would be immensely beneficial for the Windows 7 user base. But I get that this isn't a walk in the park, so maybe we can chip away at it bit by bit. No rush, just a gradual, awesome expansion of compatibility. What do you guys think?

                Cheers to keeping the Windows 7 flame alive! 🔥

                WRYYYYYYYY

                L Offline
                L Offline
                Linkh
                wrote on 19 Nov 2023, 22:28 last edited by
                #62

                @WRYYYYYYYY
                Hi
                I cannot find 6.5.3 by crystalidea actually :/ was the post updated to 6.6.0?

                C 1 Reply Last reply 22 Nov 2023, 13:33
                0
                • L Linkh
                  19 Nov 2023, 22:28

                  @WRYYYYYYYY
                  Hi
                  I cannot find 6.5.3 by crystalidea actually :/ was the post updated to 6.6.0?

                  C Offline
                  C Offline
                  crystalidea
                  wrote on 22 Nov 2023, 13:33 last edited by crystalidea
                  #63

                  Here are 6.5.3 binaries:
                  https://github.com/crystalidea/qt6windows7/releases/tag/6.5.3-win7

                  6.6.0 binaries:
                  https://github.com/crystalidea/qt6windows7/releases/tag/v6.6.0

                  B 1 Reply Last reply 24 Jan 2024, 03:57
                  0
                  • C crystalidea
                    22 Nov 2023, 13:33

                    Here are 6.5.3 binaries:
                    https://github.com/crystalidea/qt6windows7/releases/tag/6.5.3-win7

                    6.6.0 binaries:
                    https://github.com/crystalidea/qt6windows7/releases/tag/v6.6.0

                    B Offline
                    B Offline
                    Bojo5150
                    wrote on 24 Jan 2024, 03:57 last edited by
                    #64

                    @crystalidea @dmginc @hskoglund

                    Folks, I've stumbled onto this thread while searching alternatives to my problem and having read through all of the posts I'm really really hoping one of you can help!

                    Long story short is I built an Arcade machine years back which is based on Win 7 x64. Its been highly modified / customized over the years and upgrading windows would be devastating and requires massive rework. Recently one application I use to run some games changed to use Qt 6.6.1 x64. vs Qt5. I downloaded and tried the 6.6.1 files linked herein but came across another error and I was wondering if some kind soul could add the missing libraries. I've attached 3 pictures, 1) the Qt files found in the game.exe folder, & 2) the error I'm currently receiving. Its worth noting that some files are different from the 6.6.1 download here and the Qt6 files found in the game.exe's directory.

                    Would any of you be willing to help me out? Many many thanks in advance!!

                    files game uses.jpg
                    Vulkan Error.jpg

                    1 Reply Last reply
                    0
                    • W Offline
                      W Offline
                      WRYYYYYYYY
                      wrote on 22 Mar 2024, 04:00 last edited by
                      #65

                      Running QT6 applications on Windows 7 is now a walk in the park, thanks to the recent release of https://github.com/vxiiduu/VxKex/

                      1 Reply Last reply
                      1
                      • JonBJ JonB referenced this topic on 13 Jul 2024, 13:36
                      • D dmginc
                        9 Jun 2023, 00:45

                        @crystalidea

                        Here are the patched DLLs for Qt 6.5.1 on Windows 7:
                        https://web.tresorit.com/l/QN88Z#nF5sZ3NclgeYbMeIaJ_BuA

                        Please let me know if you encounter any issues :)

                        5 Offline
                        5 Offline
                        5taras
                        wrote on 12 Nov 2024, 22:32 last edited by
                        #66

                        @dmginc Do these libraries work on Windows 8.1?

                        1 Reply Last reply
                        0
                        • C crystalidea
                          1 Nov 2023, 22:14

                          I've made Qt 6.6.0 available for Windows 7 here
                          https://github.com/crystalidea/qt6windows7

                          It's qtbase with all source modifications already applied. Approach is based on previous posts here but better: many improvements and most noticably fallbacks to default Qt 6.6.0 behaviour when running on newer Windows.

                          The only issue I noticed with all Qt Windows7 backports is that scalled UI is somewhat too big for my 125% scalling option in Windows 7. Something should be tweaked with dpi settings probably.

                          5 Offline
                          5 Offline
                          5taras
                          wrote on 12 Nov 2024, 23:03 last edited by
                          #67

                          @crystalidea Does it work on Windows 8.1?

                          1 Reply Last reply
                          0
                          • H Online
                            H Online
                            hskoglund
                            wrote on 13 Nov 2024, 06:19 last edited by
                            #68

                            Hi, they should work on Windows 8.1, Windows 10 and Windows 11.

                            5 1 Reply Last reply 13 Nov 2024, 23:21
                            1
                            • H hskoglund
                              13 Nov 2024, 06:19

                              Hi, they should work on Windows 8.1, Windows 10 and Windows 11.

                              5 Offline
                              5 Offline
                              5taras
                              wrote on 13 Nov 2024, 23:21 last edited by
                              #69

                              @hskoglund Sorry for asking, do you know how to compile own Qt6svg.dll in Windows 8.1?

                              1 Reply Last reply
                              0
                              • H Online
                                H Online
                                hskoglund
                                wrote on 14 Nov 2024, 06:59 last edited by
                                #70

                                If Qt6svg.dll is not dependent on any Windows 10/11 features, then you should be able to compile it, say like this:

                                1. Install a vanilla Qt 6.7.3 on your Windows 8.1 (should be possible)
                                2. Download a patched Qt 6.7.3 from https://github.com/crystalidea/qt6windows7
                                3. Replace the vanilla 6.7.3 files with the patched ones from @crystalidea's github
                                4. Try building Qt6svg :-)
                                5 1 Reply Last reply 14 Nov 2024, 17:32
                                1
                                • H hskoglund
                                  14 Nov 2024, 06:59

                                  If Qt6svg.dll is not dependent on any Windows 10/11 features, then you should be able to compile it, say like this:

                                  1. Install a vanilla Qt 6.7.3 on your Windows 8.1 (should be possible)
                                  2. Download a patched Qt 6.7.3 from https://github.com/crystalidea/qt6windows7
                                  3. Replace the vanilla 6.7.3 files with the patched ones from @crystalidea's github
                                  4. Try building Qt6svg :-)
                                  5 Offline
                                  5 Offline
                                  5taras
                                  wrote on 14 Nov 2024, 17:32 last edited by 5taras
                                  #71
                                  This post is deleted!
                                  1 Reply Last reply
                                  0
                                  • C Offline
                                    C Offline
                                    crystalbit
                                    wrote on 18 Nov 2024, 11:26 last edited by
                                    #72

                                    Qt 6.8.0 is also back-ported to Windows 7/8
                                    https://github.com/crystalidea/qt6windows7

                                    5 1 Reply Last reply 18 Nov 2024, 18:18
                                    1
                                    • C crystalbit
                                      18 Nov 2024, 11:26

                                      Qt 6.8.0 is also back-ported to Windows 7/8
                                      https://github.com/crystalidea/qt6windows7

                                      5 Offline
                                      5 Offline
                                      5taras
                                      wrote on 18 Nov 2024, 18:18 last edited by 5taras
                                      #73

                                      @crystalbit Sorry for asking. I am trying to compile qt dll myself on Windows 8.1.
                                      I have to use Visual Studio Build Tools 2022 17.6 instead of Visual Studio Community Edition 2022 since it's not available anymore on microsoft.com. I had to change PATH in compile_win.bat as vcvarsall.bat is in different folder. I get errors: mv, rm, perl is not an internal or external command.
                                      I have Strawberry Perl installed.

                                      5 1 Reply Last reply 18 Nov 2024, 18:58
                                      0
                                      • H Online
                                        H Online
                                        hskoglund
                                        wrote on 18 Nov 2024, 18:25 last edited by
                                        #74

                                        At least for me it's available at the usual address: https://visualstudio.microsoft.com/vs/community/

                                        5 1 Reply Last reply 18 Nov 2024, 18:29
                                        0
                                        • H hskoglund
                                          18 Nov 2024, 18:25

                                          At least for me it's available at the usual address: https://visualstudio.microsoft.com/vs/community/

                                          5 Offline
                                          5 Offline
                                          5taras
                                          wrote on 18 Nov 2024, 18:29 last edited by 5taras
                                          #75

                                          @hskoglund Latest one is incompatible with Windows 7, 8, 8.1.

                                          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