kumquat-buildroot/package/qt5
Peter Korsgaard e07c705e69 qt5base: unconditionally install Qt5printSupport if widgets are enabled
The qt5 build system currently unconditionally builds and installs into
staging Qt5PrintSupport if widgets are enabled, so ensure it also gets
installed into target to make sure we don't end up with dynamic linker
errors at runtime:

test: error while loading shared libraries: libQt5PrintSupport.so.5: cannot
open shared object file: No such file or directory

From src.pro:

!contains(QT_CONFIG, no-gui) {
        ..
        !wince*:!winrt {
            SUBDIRS += src_printsupport
            src_plugins.depends += src_printsupport
        }

}

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-11-13 15:48:57 +01:00
..
qt5base qt5base: unconditionally install Qt5printSupport if widgets are enabled 2014-11-13 15:48:57 +01:00
qt5connectivity
qt5declarative
qt5enginio
qt5graphicaleffects
qt5imageformats
qt5location
qt5multimedia
qt5quick1
qt5quickcontrols
qt5script
qt5sensors
qt5serialport
qt5svg
qt5webkit
qt5webkit-examples
qt5websockets
qt5x11extras
qt5xmlpatterns
Config.in qt5: use the BR2_ARM_CPU_ARM* options 2014-11-06 23:46:20 +01:00
qt5.mk qt5: expose a QT5_QMAKE variable for other Qt5 packages 2014-11-03 23:06:08 +01:00