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

Alessandro Portale alessandro at casaportale.de
Wed Nov 27 19:43:26 UTC 2013


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_WIDGETS defined, so that "stinkers" like
QSvgWidget are stripped from QtSvg?

Here is the #ifndef
   https://qt.gitorious.org/qt/qtsvg/source/src/svg/qsvgwidget.h#L47

Br,
Alessandro


More information about the Devel mailing list