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

Qt-interest Archive, July 2006
Building Qt4 without X


Message 1 in thread

Hi. Is it any way to build QtCore and QtSql without any X libs and headers
insatlled? 

-- 
 [ signature omitted ] 

Attachment: signature.asc
Description: Digital signature


Message 2 in thread

On 01.07.06 02:28:47, Dmitry Nezhevenko wrote:
> Hi. Is it any way to build QtCore and QtSql without any X libs and headers
> insatlled? 

Not with Qt4.1.

Andreas

-- 
 [ signature omitted ] 

Message 3 in thread

On Sat, Jul 01, 2006 at 10:45:37AM +0200, Andreas Pakulat wrote:
> On 01.07.06 02:28:47, Dmitry Nezhevenko wrote:
> > Hi. Is it any way to build QtCore and QtSql without any X libs and headers
> > insatlled? 
> 
> Not with Qt4.1.
> 

I tried to build it just without X headers installed. QtCore builded ok.
After this i got some error, but i just go to QtSql source directory and
run make. After this i got builded QtCore and QtSql;

-- 
 [ signature omitted ] 

Attachment: signature.asc
Description: Digital signature


Message 4 in thread

Hi,

> Hi. Is it any way to build QtCore and QtSql without any X libs and headers
> insatlled?

I think it should work for the commercial "Qt Console Edition":
http://www.trolltech.com/trolltech/products/qt/licenses/pricing/editions

--
 [ signature omitted ] 

Message 5 in thread

Dmitry Nezhevenko wrote:
> Hi. Is it any way to build QtCore and QtSql without any X libs and headers
> insatlled? 
> 

I made a patch that changes the build process so that QtGui and anything
that depends on it isn't built. That should eliminate the need for X
headers, but I'm not sure.
The patch is tested with Qt 4.1.4 X11 OS.

Download http://sniperbeamer.de/qt41-core-only.diff
cd /path/to/qt-x11-opensource-src-4.1.4
patch -p1 < /path/to/qt41-core-only.diff


Felix

--
 [ signature omitted ]