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. Where get QT5 compiled for MinGW?

Where get QT5 compiled for MinGW?

Scheduled Pinned Locked Moved Installation and Deployment
8 Posts 4 Posters 9.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.
  • M Offline
    M Offline
    mbelgrano
    wrote on last edited by
    #1

    Is it possible download QT5 using MinGW without recompiling from source?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lgeyer
      wrote on last edited by
      #2

      Not yet.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mbelgrano
        wrote on last edited by
        #3

        There are a few things we’re still working on for the 5.0 series. We have bugs that we want to fix. We currently do not have binary packages for MinGW (as WebKit doesn’t yet work with it yet) and MSVC 2012 (you’ll need to compile from source), and we’ll work on delivering these as soon as possible. The current plan is to have a first patch level release, 5.0.1, some time before the end of January."
        (from http://blog.qt.digia.com/blog/2012/12/19/qt-5-0/)

        The ausence of the MinGW builds are related with a problem with QtWebkit and MinGW.

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mbelgrano
          wrote on last edited by
          #4

          rem Get Perl from: http://www.activestate.com/activeperl/downloads [activestate.com]
          rem Get Python from: http://www.python.org/download/releases/ [python.org]
          REM win32api python module http://sourceforge.net/projects/pywin32/files/pywin32/Build 218/pywin32-218.win-amd64-py2.7.exe/download
          rem gwt mingw from http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.7.2/32-bit/threads-win32/sjlj/
          rem added set QMAKE_LFLAGS= -static-libgcc -static-libstdc++ on C:\DEV\Qt\5.0.0rc\qtbase\mkspecs\win32-g++\qmake.conf
          set PATH=C:\DEV\qt\5.0.0\qtbase\bin
          set PATH=%PATH%;C:\DEV\Python27
          set PATH=%PATH%;C:\DEV\Perl\bin
          set PATH=%PATH%;C:\DEV\mingw472sjl\bin
          set PATH=%PATH%;%SystemRoot%\System32
          set PYTHONHOME=C:\DEV\Python27
          configure -release -opensource -nomake examples -nomake tests -nomake demos -confirm-license -platform win32-g++ -opengl desktop
          mingw32-make

          Here is my final result
          https://drive.google.com/a/deltain.net/#folders/0B8GgbIH3gP2WV3VGa2w0QXE2RjQ

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mctree
            wrote on last edited by
            #5

            Hi mbelgrano, I am trying to compile qt5 from source in msys (mingw32 compiler), your code seems to run the compilation in windows cmd. I am wondering if the result the same as the one compiled in msys. Also, in your google drive, how to use the result, to where I should copy the compiled code to? I am compiling other program with mingw, that program need qt5 library.

            1 Reply Last reply
            0
            • JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #6

              One of the developers of MinGW-builds has precompiled Qt 5 for MinGW: http://qt-project.org/forums/viewthread/23002/

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

              1 Reply Last reply
              0
              • M Offline
                M Offline
                mctree
                wrote on last edited by
                #7

                thanks, I am downloading the pre-compiled pakcage. But after I extract that, what should I configure so the mingw can find the qt libraries and binaires? When I am compiling the poppler, which need qt, it report that qt-wrapper was not found.

                1 Reply Last reply
                0
                • JKSHJ Offline
                  JKSHJ Offline
                  JKSH
                  Moderators
                  wrote on last edited by
                  #8

                  I'm not sure, sorry -- I haven't used that package myself, and I manage all my projects from within Qt Creator.

                  Probably add the bin' or 'lib' folder to your PATH? And/Or configure Poppler to tell it where to find Qt 5?

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

                  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