Results 1 to 11 of 11

Thread: Applications built for different QT versions

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Applications built for different QT versions

    Quote Originally Posted by rexi View Post
    Aren't Qt releases with the same major version number supposed to be compatible?
    No, that's true about minor version. They are binary compatible (both ways).

    So it should be possible to replace an older release with a newer one (if not, I would consider this a bug...)
    Yes, it's possible this way (at least should be) as Qt keeps backward binary compatibility across minor versions too.
    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.


  2. #2
    Join Date
    Nov 2008
    Posts
    142
    Thanks
    3
    Thanked 20 Times in 20 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Applications built for different QT versions

    Quote Originally Posted by wysota View Post
    Yes, it's possible this way (at least should be) as Qt keeps backward binary compatibility across minor versions too.
    Ok, I did express myself wrong This was what I actually meant. I just forgot the little word "backward". Replacing an old version with a newer one should work, the other way round obviously does not, because of added features in newer versions, as you already stated.

Tags for this Thread

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.