Results 1 to 5 of 5

Thread: Is this Qt backwards compatible with 4.4.3

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Is this Qt backwards compatible with 4.4.3

    It's very unlikely that anything built with 4.4.3 will fail to build with 4.6.3 or 4.7.0. If it does, it will most likely fail in compilation because of API differences, and not at link time. It looks like the GCC C++ support library is not being found or you are linking a library built with a different version of GCC and/or Qt . Are you using the Nokia provided SDK or have you built MingW for yourself? Have your cleaned the project and any libraries, rerun qmake, and built from scratch?
    Last edited by ChrisW67; 17th October 2010 at 04:34.

Similar Threads

  1. QWebView not compatible with many websites?
    By aRestless in forum Qt Programming
    Replies: 4
    Last Post: 4th May 2010, 13:02
  2. Qt Creator Backwards compatibility question Qt and QtCreator
    By spawn9997 in forum Qt Tools
    Replies: 3
    Last Post: 4th February 2010, 17:41
  3. Is Qt 4.4.0 compatible with the current MinGW 5.1.4 release?
    By BernieW in forum Installation and Deployment
    Replies: 4
    Last Post: 31st July 2008, 23:16
  4. [solved] QHostAddress::toSring() backwards?
    By ucntcme in forum Qt Programming
    Replies: 2
    Last Post: 27th November 2007, 23:57
  5. How to find out the earliest compatible version of a library?
    By jamadagni in forum General Discussion
    Replies: 2
    Last Post: 29th August 2006, 01:01

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.