Qt-interest Archive, October 2001
How to: Qt-Lib without X11
Message 1 in thread
I want to compile a static Qt-Library without X11 (but with Thread, Process,
SQL and XML) support - running on Linux. Because there is no "#define
QT_NO_X11" I want to know, which settings I have to do in qconfig.h and how
to configure. I can figure out it by myself, but perhaps anybody has done the
same and can help me.
--
[ signature omitted ]
Message 2 in thread
Perhaps you might like to try Qt/Embedded :)
It has no dependancy on X11 yet can be configured to have the features you
mention.
On Tue, 2 Oct 2001 16:47, Manfred Rebentisch wrote:
> I want to compile a static Qt-Library without X11 (but with Thread,
> Process, SQL and XML) support - running on Linux. Because there is no
> "#define QT_NO_X11" I want to know, which settings I have to do in
> qconfig.h and how to configure. I can figure out it by myself, but perhaps
> anybody has done the same and can help me.
---
Regards
John
Message 3 in thread
You will need to compile the library, with X11 inside it. But, the
QApplication constructor has a third parameter to it, GUIEnabled. Set this
to false and the library won't initialize the X11 window system.
Kevin
-----Original Message-----
From: Manfred Rebentisch [mailto:MRebentisch@comparat.de]
Sent: Monday, October 01, 2001 11:48 PM
To: qt-interest@trolltech.com
Subject: How to: Qt-Lib without X11
I want to compile a static Qt-Library without X11 (but with Thread, Process,
SQL and XML) support - running on Linux. Because there is no "#define
QT_NO_X11" I want to know, which settings I have to do in qconfig.h and how
to configure. I can figure out it by myself, but perhaps anybody has done
the
same and can help me.
--
[ signature omitted ]