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. Proper MSVC11 Support
Qt 6.11 is out! See what's new in the release blog

Proper MSVC11 Support

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 4 Posters 1.9k 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.
  • S Offline
    S Offline
    SiliconKiwi
    wrote on last edited by
    #1

    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
    0
    • L Offline
      L Offline
      lgeyer
      wrote on last edited by
      #2

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

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sl.sy.ifm
        wrote on last edited by
        #3

        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
        0
        • JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          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
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved