Results 1 to 2 of 2

Thread: phonon donot work in meego Netbook version::::meego-netbook-ia32-w32-1.1

  1. #1
    Join Date
    Jul 2007
    Posts
    56
    Thanks
    6
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Question Qt Creator + Qt 4.7.3 on Mac OS 10.6 - always builds x86_64, but I need 32 bit.

    I'm compiling my Qt app on Mac OS 10.6.8 with the latest Qt Creator (2.2.1) and Qt 4.7.3 installed from the Online Installer.

    When I compile my app that uses some 3rd party libraries built for x86 and PPC in Qt Creator, I get "missing required architecture x86_64 in file...." errors. So obviously it is compiling for 64 bits - which I don't need.

    In my .pro file I have:
    Qt Code:
    1. CONFIG -= x86_64
    2. CONFIG +=x86 ppc
    To copy to clipboard, switch view to plain text mode 

    Which I read will tell the compiler to not build for 64 bits.

    When I look at the "Build Settings" for my project I notice:
    "Qt version" is "Desktop Qt 4.7.3 for GCC (Qt SDK)" and is grayed out.
    "Tool chain" is "GCC (x86 64bit)" and also grayed out.

    I'm not sure why only 64 bit compiles are available. Should I be able to select to use 32 bits in the "Build Settings"?

    Also shouldn't my settings in the .pro file remove the 64 bit build, and add x86 32 bit and PCC?

    I don't remember seeing any options during the Qt install to select the defaults.

    How can I tell Qt Creator to only build for 32 bit x86 and PPC?

    Thanks

  2. #2
    Join Date
    Jul 2007
    Posts
    56
    Thanks
    6
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: phonon donot work in meego Netbook version::::meego-netbook-ia32-w32-1.1

    Hmmm... seems this post got moved and the title changed to something totally unrelated.

Similar Threads

  1. Does Phonon module works on Meego sdk netbook
    By vishnu717 in forum Qt Programming
    Replies: 2
    Last Post: 25th August 2011, 16:05
  2. Cannot deploy to meego emulator
    By vinayaka in forum Qt Programming
    Replies: 3
    Last Post: 24th August 2011, 10:53
  3. Qt on Meego
    By reshmasp in forum Installation and Deployment
    Replies: 7
    Last Post: 13th December 2010, 16:49
  4. Qt on MeeGo
    By deepakn in forum Qt Programming
    Replies: 5
    Last Post: 8th September 2010, 10:55

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.