Results 1 to 2 of 2

Thread: Installing Qt commercial under Windows XP x64

  1. #1
    Join Date
    Sep 2007
    Posts
    10
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Installing Qt commercial under Windows XP x64

    Hi guys,

    I have bought commercial Qt 4.3.4 and want to install it on Windows XP x64.
    I have read that the shipped binaries are compiled for the 32-bit, so i used the source code
    in order to compile qt.
    In order to compile it in 64-bit mode, i opened "Visual Studio 2006 x64 command prompt" and
    from there i compiled the Qt.
    Everything went ok, and i tried to compile my Qt application from Visual Studio: I created a new Release Configuration for x64 platform and compiled my application.
    But, when i check my .exe with the "depends" tool, i see that has a lot of 32-bit dependencies.
    How can i check that my executable is a native x64 exe?

    Has anyone used Qt under Windows x64?

    Thanks in Regards,
    Panos

  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: Installing Qt commercial under Windows XP x64

    First of all make sure your platform is determined correctly by Qt build process. Watch closely the output of configure or pass appropriate parameters to it. And remember that the fact that you build Qt for 64bit doesn't yet mean that you won't have any 32b dependencies. You must make sure all other libraries your app needs (including Qt's dependencies) are 64b as well.

Similar Threads

  1. can't create qmake when installing at windows XP with win32-g++
    By owen_263 in forum Installation and Deployment
    Replies: 4
    Last Post: 31st March 2008, 07:39
  2. Can commercial qt be used with mingw g++ in MS windows
    By notsonerdysunny in forum Qt Programming
    Replies: 5
    Last Post: 29th August 2007, 17:21
  3. installing Qt for Windows in XP
    By anaskareem in forum Installation and Deployment
    Replies: 4
    Last Post: 27th February 2006, 14:58
  4. Installing Qt 4.1 (open source) on Windows XP
    By katrina in forum Installation and Deployment
    Replies: 8
    Last Post: 19th February 2006, 12:26
  5. Qt 4.1.0 commercial on Windows
    By mbjerkne in forum Installation and Deployment
    Replies: 11
    Last Post: 2nd February 2006, 03:38

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.