Re: [SailfishDevel] Qt5Svg links against Qt5Widgets -> rejected in Harbour

2013-11-29 Thread Alessandro Portale
Hi Robin, thanks for the good news that it is fixed. Am Mittwoch, 27. November 2013 schrieb Robin Burchell : > Hi Alessandro, > > On 27 Nov 2013, at 20:43, Alessandro Portale > > > wrote: > > my app uses QtSvg and got rejected because it requires the blacklisted > > QtWidgets. > > That was corr

Re: [SailfishDevel] Qt5Svg links against Qt5Widgets -> rejected in Harbour

2013-11-27 Thread Robin Burchell
On 27 Nov 2013, at 21:12, joaodeusmorg...@yahoo.com wrote: I didnt know qt5widgets were blaclisted, were can I find such info? See: https://harbour.jolla.com/faq Questions: "Which shared libraries can I link against?”, and "Why do you not allow QtWidgets?”

Re: [SailfishDevel] Qt5Svg links against Qt5Widgets -> rejected in Harbour

2013-11-27 Thread Robin Burchell
Hi Alessandro, On 27 Nov 2013, at 20:43, Alessandro Portale wrote: > my app uses QtSvg and got rejected because it requires the blacklisted > QtWidgets. That was corrected a while ago: https://github.com/mer-packages/qtsvg/commit/b2d0ef6a21f3956830c6f4b89c19527193bdabbc > This command, execute

Re: [SailfishDevel] Qt5Svg links against Qt5Widgets -> rejected in Harbour

2013-11-27 Thread joaodeusmorgado
I didnt know qt5widgets were blaclisted, were can I find such info? 

[SailfishDevel] Qt5Svg links against Qt5Widgets -> rejected in Harbour

2013-11-27 Thread Alessandro Portale
Hi, my app uses QtSvg and got rejected because it requires the blacklisted QtWidgets. This command, executed on the Emulator confirms it: ldd /usr/lib/libQt5Svg.so.5 ... libQt5Widgets.so.5 ... Now I wonder where that comes from? Shouldn't Qt for SailfishOS be configured with QT_NO_WIDGET