On Thu, Sep 06, 2007 at 11:40:08AM +0200, Jean-Marc Lasgouttes wrote:
> Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> 
> > As QtGui will be brought by the frontend, it will not hurt at all now.
> 
> But does it hurt the non-gui programs in terms of start-up time on
> some platforms?

I don't think so. The harm is already done when initializing
QApplication (instead of the non-gui QCoreApplication). 
 
> > But, longer term, when/if we create a support dll, this dll should
> > link with QtCore only.
> 
> Does a support dll have to link against something, or is it enough to
> link the main program against everything needed?

Think of a dll as a complete exe without main(). It's not exactly 100%
perfect picture but close to it.

Andre'

Reply via email to