Re: [Development] quick-qtsvg project status

2014-06-02 Thread Thiago Macieira
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. >

Re: [Development] quick-qtsvg project status

2014-06-02 Thread Ben Lau
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 overridin

Re: [Development] quick-qtsvg project status

2014-06-02 Thread Thiago Macieira
Em seg 02 jun 2014, às 23:51:07, Ben Lau escreveu: > Hi all, > > I would like to convert a QML scene into SVG but the QtSvg only support > painter but not scene graph. Then I search from the Internet and found this > library > > https://qt.gitorious.org/qt/qquick-qtsvg/ > > However, the last com

[Development] quick-qtsvg project status

2014-06-02 Thread Ben Lau
Hi all, I would like to convert a QML scene into SVG but the QtSvg only support painter but not scene graph. Then I search from the Internet and found this library https://qt.gitorious.org/qt/qquick-qtsvg/ However, the last commit is on Feb 2012. Is it usable to use now? Moreover, anybody know t