[Qt-interest] How qt version sensitive are qt applications?
Andreas Pakulat
apaku at gmx.de
Sat Mar 27 17:52:12 CET 2010
On 27.03.10 16:09:16, Kārlis Repsons wrote:
> Considering the problem, lets say, Qt application was built for Qt version N1,
> but on the host system there is Qt version N2 -- in general, for what N1 and
> N2 will that application run on host? Is it really that N1==N2 for running?
Qt/Nokia guarantees that an app compiled with Qt4.x executes with
Qt4.x+1, that is it will start up and will generally work, but you may
find behavioural differences sometimes. In what way those affect your
app depends on which classes you've used.
The other direction is only possible within patchlevel releases, so
compiling your app with Qt4.x.y and running it on Qt4.x.y-1 is possible,
but not running it on Qt4.x-1.
Andreas
--
Blow it out your ear.
More information about the Qt-interest-old
mailing list