[Development] Should QFactoryInterface be documented?

2011-11-06 Thread alex.blasche
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

Re: [Development] configure qtbase on mac os

2011-11-06 Thread Rohan McGovern
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