Results 1 to 7 of 7

Thread: QtCreator x64

  1. #1
    Join Date
    Dec 2009
    Posts
    12
    Thanks
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default QtCreator x64

    Hello

    Is Qt going to release QtCreator installer for Windows? That's a shame we still don't have one

  2. #2
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QtCreator x64

    if you mean that 64 bit version of QtCreator then i think it is not necessary becoz 32bit programs works well in 64bit windows.. and QtCreator is only the text editor, it doesnt have to be 64bit

  3. #3
    Join Date
    Dec 2009
    Posts
    12
    Thanks
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QtCreator x64

    Ok, so I'll ask how can I compile 64 binaries from qtcreator. As I know MinGw supports compilation of 64 windows executables. I need this because I have a dll that doesn't work on other platform than that it was compiled. Is there any way to compile x64 executables from qtcreator? I don't want to switch to VS for this.

  4. #4
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QtCreator x64

    just download and install the 64 bit qt sdk.

    or compile qt from source using 64bit compiler and set the appropriate qt path in qtcreator.

  5. #5
    Join Date
    Dec 2009
    Posts
    12
    Thanks
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QtCreator x64

    Thanks for the reply

    Actually I don't need 64 bit sdk, the dll file I'm talking about is not even using qt, just winapi. Is there anyway to tell qtcreator to use 64 bit version of MinGw instead of 32?

    Thanks again

  6. #6
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Thanks
    8
    Thanked 133 Times in 128 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QtCreator x64

    the problem is that QtCreator does not bother about which compiler you want to use. It just takes the path to the "qmake.exe". Its the qmake.exe which decides about the compiler. So if your qmake is pointing to a 64bit compiler then qtcreator will use that. (Infact QtCreator just calls "make" on the makefiles generated by qmake).

  7. The following user says thank you to nish for this useful post:

    Dato0011 (15th February 2010)

  8. #7
    Join Date
    Dec 2009
    Posts
    12
    Thanks
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QtCreator x64

    I think I understand. thank you

Similar Threads

  1. Replies: 1
    Last Post: 10th February 2010, 07:28
  2. QtCreator like UI (MDI?)
    By soxs060389 in forum Qt Programming
    Replies: 4
    Last Post: 8th December 2009, 12:25
  3. StyleSheet in QT with QTCreator
    By maurelio79 in forum Newbie
    Replies: 6
    Last Post: 25th August 2009, 05:18
  4. AsM in QTCreator
    By XavierQT in forum Qt Programming
    Replies: 2
    Last Post: 8th June 2009, 02:09
  5. qwt on MacOS QtCreator
    By d-l-sama@hotmail.com in forum Qwt
    Replies: 1
    Last Post: 30th May 2009, 06:36

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.