Is QFactoryInterface supposed to be public? It is exported and used by the
internal QFactoryLoader. However it is not documented.
Ideally I would like to reuse QFactoryLoader for the internal plugin loading
but it requires the plugin to inherit from QFactoryInterface. This in turn
means that i
Chris Meyer said:
> I'm configuring qtbase (Mac OS 10.6.8, Xcode 4.2, and qtbase/master)
> using the following command:
>
> export QTDIR=/some/path/for/installation
> ./configure -prefix $QTDIR -opensource -no-sql-mysql -qt-libpng
> -qt-libjpeg -no-dbus -nomake examples -nomake demos
>
> After a