> -----Original Message----- > From: development-bounces+kai.koehne=theqtcompany.com@qt- > project.org [mailto:development- > [email protected]] On Behalf Of Kurt > Pattyn > Sent: Wednesday, February 25, 2015 4:36 PM > To: <[email protected]> > Subject: [Development] Binary compatibility issue 5.4.1? > > Hi, > > we compiled a project using Qt 5.4.1 (Windows 7 64-bit MSVS 2013) and then > tried to run it on a computer with Qt 5.3.2 installed. > We received the following popup: > > > > Is there any chance that this is still a binary compatibility problem?
>From http://qt-project.org/wiki/Qt-Version-Compatibility "A library is binary compatible, if a program linked dynamically to a former version of the library continues running with newer versions of the library without the need to recompile." You're doing the opposite: You're compiling with a newer version, and expect that it runs with an older version. That's not supported. Kai _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
