buildroot/package/qt
Thomas Petazzoni 314cdcbd25 qt: the GUI module requires the network module to work properly
Running a simple Qt GUI application on an embedded systems without
QtNetwork installed doesn't work, the dynamic loader complains that
QtNetwork is not present.

While I'm not a Qt build system expert, it looks like this dependency
really exists, since the src/gui/gui.pri file in Qt sources contains
the following line:

embedded: QT += network

Which would mean that the GUI module needs the network module to
operate properly. And a few files in src/gui/embedded/ also include
some QtNetwork stuff. This isn't really surprising since the Qt QWS
mechanism uses communication between processes through a Unix socket.

Therefore, we add a dependency on the network module in the GUI
module. We use a 'select' dependency here, since it's might not be
really obvious to the user that the GUI module requires the network
one.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-27 15:02:13 +02:00
..
Config.gfx.in qt: rename qtopia4 to qt 2009-07-25 00:05:35 +02:00
Config.in qt: the GUI module requires the network module to work properly 2009-07-27 15:02:13 +02:00
Config.mouse.in qt: rename qtopia4 to qt 2009-07-25 00:05:35 +02:00
Config.sql.in qt: rename qtopia4 to qt 2009-07-25 00:05:35 +02:00
qt-4.5.2-fix-qt-zlib-build.patch qt: rename qtopia4 to qt 2009-07-25 00:05:35 +02:00
qt.mk qt: fix build with external toolchain 2009-07-27 11:54:35 +02:00