Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Windows Binaries

Windows Binaries

Scheduled Pinned Locked Moved General and Desktop
5 Posts 4 Posters 2.7k 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.
  • S Offline
    S Offline
    sfabry
    wrote on last edited by
    #1

    Hello all,

    For professionnal purposes we often are due to work with Windows OS. And the binary offer from Qt is quite low regarding this.
    It would be very nice if we could have at least binaries for :

    • MSVC2008 x86 (that is present now)
    • MSVC2010 x86
    • MSVC2010 x64
    • (MSVC2008 x64 ? don't know if it is interresing)

    What is the problem of having such binary release of let's say Qt 4.7.2 ?

    Thanks

    1 Reply Last reply
    0
    • F Offline
      F Offline
      florent.revelut
      wrote on last edited by
      #2

      Well, in any case if you develop, you can take some time (and industrialize) recompiling Qt.
      We have a bunch of scripts to recompile Qt and deploy on local environment.

      Without examples, it takes around 1h30 on an average computer, you can peek at
      http://developer.qt.nokia.com/wiki/How_to_prevent_Qt_from_compiling_code_examples
      for details

      1 Reply Last reply
      0
      • Z Offline
        Z Offline
        ZapB
        wrote on last edited by
        #3

        The list of supported compilers does not change within a minor release of Qt. It is likely that MSVC2010 will be supported and a precompiled package provided with the release of Qt 4.8.0.

        The reason it is missing up to now is that when building optimised code for x64 the MSVC2010 compiler produced broken code. This has been addressed in a MS Hotfix but it is still not applied as part of a VS service pack (as far as I know).

        Nokia Certified Qt Specialist
        Interested in hearing about Qt related work

        1 Reply Last reply
        0
        • G Offline
          G Offline
          giesbert
          wrote on last edited by
          #4

          By the way, at which compilers do you want to stop?
          People are also using MSVS 2005, dou you suggest to have only 2008 or also 2008 SP1, and for 2005 the same?
          Each of this compilers use different C-runtimes, so they are not interchangable. And same will apply for other compilers and other platforms. That would mean a huge bunch of packages, and each distribution package must be tested...

          Nokia Certified Qt Specialist.
          Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

          1 Reply Last reply
          0
          • Z Offline
            Z Offline
            ZapB
            wrote on last edited by
            #5

            Indeed. I am actually still on MSVC2005 plus SPs since my company won't upgrade us yet. I am happy to simply build Qt for my toolchain though. It's only a one off for each release and I can set exactly the configure options that I like.

            So if your exact combination is not released pre-compiled, just build it yourself.

            Nokia Certified Qt Specialist
            Interested in hearing about Qt related work

            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