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

Qt-interest Archive, April 2008
Building Qt4 without libQtGui


Message 1 in thread

Hi all.

How do you build qt-4.3.4 without building libQtGui ?

(My target machine lacks certain X11 headers which causes the build to fail)

Regards
......Volker

--
 [ signature omitted ] 

Message 2 in thread

On Tuesday 08 April 2008 12:26:03 Volker wrote:
> Hi all.
>
> How do you build qt-4.3.4 without building libQtGui ?
>
> (My target machine lacks certain X11 headers which causes the build to
> fail)

Configure it, then run:

cd src
make sub-corelib sub-network sub-dbus sub-sql sub-script \
	sub-xml sub-xmlpatterns
cd plugins
make sub-sqldrivers sub-script
[maybe: make sub-codecs]

Those are the modules that do not link to QtGui.

Alternatively, just do:
make -k

and ignore the build failures.

-- 
 [ signature omitted ] 

Attachment: signature.asc
Description: This is a digitally signed message part.