Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator 2.6.0 doesn't work with Microsoft 64-bit compiler ver. 7.0 ( MSVC 2010 ) ?

QtCreator 2.6.0 doesn't work with Microsoft 64-bit compiler ver. 7.0 ( MSVC 2010 ) ?

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 1.8k 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.
  • K Offline
    K Offline
    k123456
    wrote on last edited by
    #1

    Hello,

    I work with VisualStudio but recently I decided to take a look at QtCreator and downloaded Qt 5.0beta2 SDK. Everything worked ok. Now I try to create a new kit for Qt4.8.3 64-bit. QtCreator autodetected following configurations :

    Microsoft Visual C++ Compiler 10.0 (amd64)

    Microsoft Windows SDK for Windows 7 (7.1.7600.0.30514) (amd64)

    Problem is that there is no such configuration as amd64. In Windows SDK 7.0 64-bit compiler is called x64. I have only MSVC2010 Express and it doesn't contain 64-bit tools at all, so I wonder how QtCreator could detect Microsoft Visual C++ Compiler 10.0 (amd64) ( apparently it doesnt work either ). I tried to replace /amd64 switch with /x64 but the edit field is disabled ( even if I clone the compiler item ). I cant add a new compiler too. The only options I have are Clang, GCC, MinGW`. I'm stuck.

    Am I missing something ? What should I do now ?

    Thanks in advance ...

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      There is a patch for this issue that will be in Qt Creator 2.6.1.

      It will also be in the next Qt5 release package (even if that will most likely contain a Qt Creator 2.6.0, but we will need to add some patches for the Qt5 library renaming that happened after beta2 anyway).

      If you care to build Creator yourself you will need adc8dc7bfb2ed8bc1d28cbbcb5e0a67f18fc6f2b which was pushed into the 2.6 branch.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        k123456
        wrote on last edited by
        #3

        It works now, 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