buildrootschalter/package/qt
Thomas Petazzoni 9fd85d8168 qt: fix plugin installation and change plugin path
Since the conversion of Qt to GENTARGETS in
421cda1fd0, plugin installation could
break in some situations, for example if SQL support was enabled, but
without any SQL driver: the sql plugin directory doesn't exist, but
our qt.mk wanted to copy it.

This patches simplifies the plugin handling a bit, and basically
copies all Qt plugins installed in the $(STAGING_DIR) to the
$(TARGET_DIR), assuming Qt has only built and installed the needed
plugins.

Moreover, instead of installing plugins to usr/plugins, which is a odd
location, we install them in usr/lib/qt/plugins. This requires a small
patch to Qt ./configure script so that even when -hostprefix is used,
the -plugindir option is taken into account.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-04-03 20:11:25 +02:00
..
Config.gfx.in qt: bump version 2010-04-02 15:34:22 +02:00
Config.in qt: convert to the GENTARGETS infrastructure 2011-03-28 00:02:46 +02:00
Config.keyboard.in qt: bump version 2010-04-02 15:34:22 +02:00
Config.mouse.in qt: add option to hide mouse cursor 2011-02-25 21:45:31 +01:00
Config.sql.in qt: add option for system sqlite 2011-03-05 15:32:01 +01:00
qt-4.7.2-configure.patch qt: fix plugin installation and change plugin path 2011-04-03 20:11:25 +02:00
qt-4.7.2-pthread_getattr_np_webkit.patch qt: bump version 2011-03-01 17:08:42 +01:00
qt-4.7.2-pthread_getattr_np.patch qt: bump version 2011-03-01 17:08:42 +01:00
qt.mk qt: fix plugin installation and change plugin path 2011-04-03 20:11:25 +02:00