Results 1 to 4 of 4

Thread: How far Qt application compatibilty goes?

  1. #1
    Join Date
    Mar 2009
    Posts
    2
    Platforms
    Unix/X11
    Thanks
    2

    Question How far Qt application compatibilty goes?

    Hi all,

    I'm a linux user and have a background in programming.

    I want to know how far the Qt application compatibility goes. I read somewhere that Qt application should be run on Windows/Linux/what-ever-OS. Is this mean if I make a Qt application in Linux it will also run on Windows or MacOS, provided that 2 OS have been installed the Qt library?

    Is this also true for the new Qt for S60? That I could make the apps for linux, then it run on my symbian device?

    Please enlighten me, or point me where to read about this. I've search for hour about this, and can't find the exact answer.

    Thank you.

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

    Default Re: How far Qt application compatibilty goes?

    The compatibility is on the source code level. You have to compile the source code for each platform individually to get binaries. As for the functionality - apart from minor differences it is the same on all supported platforms.
    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.


  3. The following user says thank you to wysota for this useful post:

    cycnus (15th March 2009)

  4. #3
    Join Date
    Mar 2009
    Posts
    2
    Platforms
    Unix/X11
    Thanks
    2

    Question Re: How far Qt application compatibilty goes?

    So,

    If I have a qt program source, can I compile it for Windows from Linux? Or compile it for Linux from Windows?

    And I also want to know if the Qt for S60 can be compiled from Linux?

    Thanks

  5. #4
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Wiki edits
    5

    Default Re: How far Qt application compatibilty goes?

    You can. Have a look here or simply search for "cross compiling". You will get thousands of webpages.
    But I would prefer to compile it in the os direct. With virtual machines it's no big case.

  6. The following user says thank you to Lykurg for this useful post:

    cycnus (15th March 2009)

Similar Threads

  1. Qt Application + Web Integration -- Help needed
    By swamyonline in forum Qt Programming
    Replies: 0
    Last Post: 17th February 2009, 11:59
  2. dll + application
    By fpujol in forum Qt Programming
    Replies: 11
    Last Post: 15th April 2007, 18:37
  3. Replies: 3
    Last Post: 8th December 2006, 18:51

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
  •  
Qt is a trademark of The Qt Company.