Results 1 to 3 of 3

Thread: Build 64bit Qt on 32bit XP

  1. #1
    Join Date
    Feb 2010
    Posts
    20
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Build 64bit Qt on 32bit XP

    When I try build qt from the c:\qt\4.6.2 directory. I open a command X64 cross compile command window for Visual Studio and I'm using the command line below -

    configure.exe -no-qt3support -no-qmake -qt-style-plastique -qt-style-cleanlooks -qtlibinfix _64_ -no-dbus -no-webkit -ltcg

    But the first thing that happeans after the build starts is that the first thing that happeans is that 64 bit versions of moc, rcc and uic are built. Then when they try to run, things don't work. Is there a way to configure the command line so that those don't get built?

  2. #2
    Join Date
    Sep 2009
    Posts
    72
    Thanked 10 Times in 10 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi
    Platforms
    Unix/X11 Windows

    Default Re: Build 64bit Qt on 32bit XP

    Hi
    do u mean uic,moc and rcc ?? well they are required for your Qt to build.

    Problem is not that. problem is the way your compiling it. You have to cross compile it. that way qmake, uic, rcc and moc will be build for your machine but toolchain will be used for 64 bit to build of binary and shared libs.

    The same way we build from host machine to target machine for ARM or other platforms.

    I hope that helps you

  3. #3
    Join Date
    Jul 2010
    Posts
    6
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Build 64bit Qt on 32bit XP

    Hi
    I use 32 bit qmake to build uic, but failed!

Similar Threads

  1. Replies: 2
    Last Post: 17th September 2010, 16:38
  2. Deploying 64bit on 32bit OS
    By M. in forum Newbie
    Replies: 7
    Last Post: 23rd April 2010, 22:15
  3. Qt 4.6 pr1 on Snow leopard? 64bit vs 32bit question
    By akos.maroy in forum Qt Programming
    Replies: 3
    Last Post: 3rd October 2009, 02:35
  4. Compiling Qt 32bit on 64bit os..
    By tgreaves in forum Newbie
    Replies: 2
    Last Post: 12th March 2009, 13:34
  5. Qt Eclipse Intergration Ubuntu 64bit
    By baddad in forum Qt-based Software
    Replies: 1
    Last Post: 16th February 2009, 05:18

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.