Results 1 to 2 of 2

Thread: QtCreator and MSVC with x64 target

  1. #1
    Join Date
    Jan 2008
    Location
    Poland
    Posts
    687
    Thanks
    4
    Thanked 140 Times in 132 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default QtCreator and MSVC with x64 target

    Hi!
    I have downloaded the Qt 4.5.1 and Qt Creator 1.1 src and compiled them in the MSVC x64 command prompt, which means they are compiled on 64-bit architecture (target machine = x64). But when I run QtCreator it can't find nmake.exe... So I tried using the downloaded (already compiled) QtCreator by installing it using it's installer (it's 32-bit but lets say I can stand it :]). It's better now, cause it sees the nmake.exe but it tries to compile with the 32-bit compiler (target machine = X86) which fails because Qt libs are compiled for x64 and now only usable with x64 projects. How can I make it working with x64 target machine?

    P.S. I'm using Vista Business x64
    I would like to be a "Guru"

    Useful hints (try them before asking):
    1. Use Qt Assistant
    2. Search the forum

    If you haven't found solution yet then create new topic with smart question.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QtCreator and MSVC with x64 target

    An old question but let's try to find an answer...

    Did you try to explicitely set qmake specs to be used?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.