[Interest] Keeping QML module versions up to date in a project

Thiago Macieira thiago.macieira at intel.com
Wed Nov 26 19:34:32 CET 2014


On Wednesday 26 November 2014 13:29:12 Attila Csipa wrote:
> The import versioning system as done by Qt is a sort of API handshake - 
> it doesn't actually select between different implementations, you just 
> select feature-sets. Thus, you should always import the latest (for 
> better or worse). Unfortunately, Qt has no wildcard import syntax (or 
> for "latest").

You should import the latest when you write the application. But if the 
library is updated behind your back, the import shouldn't change. Thus, if 
there is new behaviour you didn't test with, your application won't be 
affected.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list