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. Installing Qt in windows without VS ?
QtWS25 Last Chance

Installing Qt in windows without VS ?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
10 Posts 4 Posters 5.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.
  • jeff1010J Offline
    jeff1010J Offline
    jeff1010
    wrote on last edited by
    #1

    Hello

    I have a bad connection to internet, so I have to use the offline version of Qt Creator installer.
    When I visited the download page, I found next to installer names (VS 201X).
    I don't know if that means that I have to install Visual Studio ? Because i want to avoid VS in my computer.

    1 Reply Last reply
    0
    • V Offline
      V Offline
      VRHans
      wrote on last edited by VRHans
      #2

      I presume you can use the mingw system to build your applications with GCC (Creator can be your IDE.)

      Filename: qt-windows-x86-mingw-w64-492-5.6.0.exe

      Description: Qt Enterprise offline installer for Windows host operating system. The package provides everything you need to start Qt development:

      Qt Framework Sources (All essential and relevant Qt-Project add-on modules)
      Qt Framework Prebuilt Binaries for host platform
      Qt Enterprise Add-ons for Qt Framework
      Qt Creator IDE for Host Operating System
      Qt Documentation
      Other useful tools & utilities (For example for easy deployment)

      fgaborF 1 Reply Last reply
      0
      • V Offline
        V Offline
        VRHans
        wrote on last edited by
        #3

        Apologies, I don't know the licensing behind that version - I presume it's available without a commercial license. If that's not the case, sorry :(.

        jeff1010J 1 Reply Last reply
        0
        • V VRHans

          Apologies, I don't know the licensing behind that version - I presume it's available without a commercial license. If that's not the case, sorry :(.

          jeff1010J Offline
          jeff1010J Offline
          jeff1010
          wrote on last edited by
          #4

          I will try with mygwin. I don't want to install a heavy software like VS (i don't like it -_-)

          1 Reply Last reply
          0
          • V VRHans

            I presume you can use the mingw system to build your applications with GCC (Creator can be your IDE.)

            Filename: qt-windows-x86-mingw-w64-492-5.6.0.exe

            Description: Qt Enterprise offline installer for Windows host operating system. The package provides everything you need to start Qt development:

            Qt Framework Sources (All essential and relevant Qt-Project add-on modules)
            Qt Framework Prebuilt Binaries for host platform
            Qt Enterprise Add-ons for Qt Framework
            Qt Creator IDE for Host Operating System
            Qt Documentation
            Other useful tools & utilities (For example for easy deployment)

            fgaborF Offline
            fgaborF Offline
            fgabor
            wrote on last edited by
            #5

            @VRHans Hi VRHans! Where can I find this file? ("Filename: qt-windows-x86-mingw-w64-492-5.6.0.exe")
            I do not have it

            1 Reply Last reply
            0
            • V Offline
              V Offline
              VRHans
              wrote on last edited by
              #6

              You'll have to search, it used to be up on the framework downloads site.

              I only see the 32-bit version right now.

              https://www.qt.io/download-open-source/#section-2

              1 Reply Last reply
              0
              • Chris KawaC Online
                Chris KawaC Online
                Chris Kawa
                Lifetime Qt Champion
                wrote on last edited by
                #7

                There's a Qt 5.7 now. See this download directory.
                The file for MinGW is named qt-opensource-windows-x86-mingw530-5.7.0.exe.

                V 1 Reply Last reply
                0
                • Chris KawaC Chris Kawa

                  There's a Qt 5.7 now. See this download directory.
                  The file for MinGW is named qt-opensource-windows-x86-mingw530-5.7.0.exe.

                  V Offline
                  V Offline
                  VRHans
                  wrote on last edited by
                  #8

                  @Chris-Kawa - does that contain both 32-bit and 64-bit versions of Qt - or just 32-bit?

                  1 Reply Last reply
                  0
                  • Chris KawaC Online
                    Chris KawaC Online
                    Chris Kawa
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @VRHans No. 64bit precompiled packages are only provided for MSVC. For MinGW you'd need to compile it yourself.

                    Btw. There's no need to install Visual Studio to get MSVC. Microsoft now provides a package called Microsoft Visual C++ Build Tools 2015 that contains only the tool chain, without the IDE or other language support. It can be downloaded from the official download page from the section "Tools for Visual Studio 2015 - > Microsoft Visual C++ Build Tools 2015". This package can be used with Qt Creator.

                    1 Reply Last reply
                    1
                    • V Offline
                      V Offline
                      VRHans
                      wrote on last edited by
                      #10

                      @Chris-Kawa said:

                      official download page

                      That's what I figured - thanks! :)

                      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