Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, February 2007
Compiling only the Core library


Message 1 in thread

Hi,

I need a very small footprint library, so I decided to build the
library without the GUI support...
But how? In the qconfig.h it is not possible to remove the qui
module... I am surely missing something in the documentation.
Thank you and regards

ing. Federico Fuga

--
 [ signature omitted ] 

Message 2 in thread

On 02.02.07 10:53:44, ing. Federico Fuga wrote:
> I need a very small footprint library, so I decided to build the
> library without the GUI support...
> But how? In the qconfig.h it is not possible to remove the qui
> module... I am surely missing something in the documentation.
> Thank you and regards

In Qt3 this is impossible, in Qt4 you can at least ignore the other Qt
libraries and only use libQtCore and the headers from QtCore dir.
Building only QtCore isn't easily possible, you'd have to understand
src/src.pro and then remove the unneeded libs.

Andreas

-- 
 [ signature omitted ]