| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 1 | |
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 ]
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 ]