Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to install Qt Creator on Windows 7? Last working version?
Forum Updated to NodeBB v4.3 + New Features

How to install Qt Creator on Windows 7? Last working version?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
9 Posts 6 Posters 555 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.
  • G Offline
    G Offline
    garlicbox
    wrote last edited by
    #1

    Hello Qt community,

    I'm trying to set up Qt Creator on Windows 7 (64-bit) for legacy project support. From my research, I understand that:

    Qt 5.15.2 is the last version with official Windows 7 support

    Newer Qt versions require Windows 10+

    What's your recommended toolchain combination?

    Where can I download Qt Creator for windows 7 ?

    1 Reply Last reply
    0
    • U Offline
      U Offline
      UmarAli
      wrote last edited by
      #2

      I think you have to use VS Code instead of Qt Creator.

      G 1 Reply Last reply
      0
      • U UmarAli

        I think you have to use VS Code instead of Qt Creator.

        G Offline
        G Offline
        garlicbox
        wrote last edited by garlicbox
        #3

        @UmarAli said in How to install Qt Creator on Windows 7? Last working version?:

        I think you have to use VS Code instead of Qt Creator.

        Why ?
        Is there a manual for using VS?

        I need to work with the form somehow. It's convenient.

        1 Reply Last reply
        0
        • U Offline
          U Offline
          UmarAli
          wrote last edited by
          #4

          If you prefer using forms then Qt Creator is best for you. I recommend you to upgrade your windows from 7 to 10 or 11 . Microsoft ended the support for windows 7.

          1 Reply Last reply
          0
          • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop
          • Christian EhrlicherC Offline
            Christian EhrlicherC Offline
            Christian Ehrlicher
            Lifetime Qt Champion
            wrote last edited by
            #5

            You can look which QtCreator version was built with Qt5 and use this: https://download.qt.io/archive/qtcreator/

            Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
            Visit the Qt Academy at https://academy.qt.io/catalog

            1 Reply Last reply
            1
            • aha_1980A Offline
              aha_1980A Offline
              aha_1980
              Lifetime Qt Champion
              wrote last edited by
              #6

              @garlicbox I think Creator 4.14 still works in Windows 7. You might try that from the link @Christian-Ehrlicher gave you.

              Regards

              Qt has to stay free or it will die.

              1 Reply Last reply
              0
              • S Offline
                S Offline
                SimonSchroeder
                wrote last edited by
                #7

                You also might be able to use a newer computer with the current version of Qt Creator to compile for a Windows 7 target. I am not sure how easy it is to get an old version of Visual Studio with the old Win7 dev toolkit, though.

                If you just install Qt (and not QtCreator) you'll already get the correct version of qmake (supposing you are using a qmake-based project instead of CMake). qmake can be called to generate a Visual Studio project. You might still need Qt Creator/Qt Designer if you have .ui files. Maybe you just edit those on a newer machine.

                1 Reply Last reply
                0
                • G Offline
                  G Offline
                  garlicbox
                  wrote last edited by
                  #8

                  I managed to rebuild the Qt 5.15.2 library using the Visual Studio 2017 compiler.
                  but I want to use Qt creator.
                  I uploaded it here.
                  https://mirrors.tuna.tsinghua.edu.cn/qt/archive/qtcreator/4.11/4.11.1/installer_source/windows_msvc2017_x64/

                  055c0fa4-62fb-498b-bafb-8680c1b63daf-image.png

                  I managed to run it.
                  Question. Can it be configured? And how to do it?

                  jsulmJ 1 Reply Last reply
                  0
                  • G garlicbox

                    I managed to rebuild the Qt 5.15.2 library using the Visual Studio 2017 compiler.
                    but I want to use Qt creator.
                    I uploaded it here.
                    https://mirrors.tuna.tsinghua.edu.cn/qt/archive/qtcreator/4.11/4.11.1/installer_source/windows_msvc2017_x64/

                    055c0fa4-62fb-498b-bafb-8680c1b63daf-image.png

                    I managed to run it.
                    Question. Can it be configured? And how to do it?

                    jsulmJ Offline
                    jsulmJ Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote last edited by
                    #9

                    @garlicbox said in How to install Qt Creator on Windows 7? Last working version?:

                    Can it be configured? And how to do it?

                    Yes.
                    Go to the Kit configuration. Add your custom Qt build there. If needed also the VS2017 compiler (should have been auto-detected by QtCreator). And then create a Kit with your Qt version and the compiler.

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

                    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