[Buildroot] [PATCH v2 01/24] qt: add an option to install the test module

Peter Korsgaard jacmet at uclibc.org
Sat May 3 21:10:59 UTC 2014


>>>>> "Samuel" == Samuel Martin <s.martin49 at gmail.com> writes:

 > When building Qt in a minimal configuration, a couple of Qt modules
 > (QtNetwork, QtSql, QtTest and QtXml) are built in addition to QtCore,
 > so they are installed in the sysroot but they are not copied into the
 > target tree.

 > Among these modules that could be built but optionally installed, only
 > QtTest had no option to allow being installed in the target fs.

 > Thus, programs linking against QtTest would successfully build, but
 > would miserably fail at runtime due to this missing dependency.

 > So far, the only package triggering this issue is OpenCV (the highgui
 > module built with Qt support).

 > A followup patch will add this missing dependency in OpenCV using this
 > new option.

 > Signed-off-by: Samuel Martin <s.martin49 at gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list