[Development] quick-qtsvg project status

Thiago Macieira thiago.macieira at intel.com
Mon Jun 2 19:18:21 CEST 2014


Em ter 03 jun 2014, às 00:38:11, Ben Lau escreveu:
> Hi Thiago,
> 
> Thank for your quick reply! I would like to give it a try. However, I got
> error after run qmake.
> 
> Project WARNING: You should probably load(qt_build_config) first in svg.pro
> for svg, as the latter also load()s qt_module.
> 
> Project MESSAGE: Not doing so may lead to qt_module.prf overriding
> compiler/linker options in your .pro file.
> 
> Project MESSAGE: Ignore this warning with CONFIG+=no_qt_module_warning if
> you know what you are doing.
> 
> Project ERROR: Module does not define version.
> 
> Did I missed any step before building a Qt5 module? Any reference document
> for building Qt module?

You missed the step of "updating the buildsystem from Qt 5.0 era to Qt 5.3".

The macros for building Qt modules are not backwards compatible, so modules 
need to be kept up-to-date. This one hasn't.

For the ERROR condition above, just add MODULE_VERSION = 0.0.0 to the top-
level .pro file.

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




More information about the Development mailing list