Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Proper MSVC11 Support

    Installation and Deployment
    4
    4
    1335
    Loading More Posts
    • 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.
    • S
      SiliconKiwi last edited by

      The Visual Studio 11 compiler has been out for over a year now, and for over 2 years as a beta. Yet despite the popularity of this platform there seems to be almost no support at all.

      A quick search through the forums shows there are many problems with getting a build up and working, the build process for QT5 is involved, has many pre-requisites and lots of little quirks (ANGLE, webkit etc), and the info required is scattered and not readily available.

      Given this, there seems to be a real need for an accurate and simple MSVC11 build description, and preferably real binaries provided in the main download locations. Is MSVC11 going to be a fully supported platform anytime soon?

      1 Reply Last reply Reply Quote 0
      • L
        lgeyer last edited by

        Well, did you actuall try to build Qt with win32-msvc2012?

        1 Reply Last reply Reply Quote 0
        • S
          sl.sy.ifm last edited by

          I think it's difficult to decide which MSVC version is really important ... as far as I recognized it qt development currently focuses on VC10 and is doing some things on VC2012 (as it is the most C++11 MS thing)

          I'm currently stucked at VC2008 ... and I even managed building qt5 with it (only difficult part is getting webkit build with 32bit+debug, https://bugreports.qt-project.org/browse/QTBUG-29835 )

          While trying to build Qt5 on VC2008, I compared it to some Qt4.* builds ... and I think the big issues aren't the compiler it self ... it's more that you need so much other stuff to get things running (3 Script-Interpreter, building ICU, DirectX/OpenGL, ...)
          ... with Qt4 it was "unzip, configure, nmake" on windows (no need to setup 5 other software-components on the PC)
          ... ah, just remembered the ugly part of ICU ... I had to setup cygwin to build it with VS2008-compiler (so even another component to build whole qt5 with non-VC2010)

          1 Reply Last reply Reply Quote 0
          • JKSH
            JKSH Moderators last edited by

            What are your requirements, and what issues are you facing?

            For build instructions, would this suffice?: http://qt-project.org/wiki/Building_Qt_5_from_Git

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

            1 Reply Last reply Reply Quote 0
            • First post
              Last post