opencv: fix qt selection when highgui is enable
authorSamuel Martin <s.martin49@gmail.com>
Tue, 22 Apr 2014 23:15:34 +0000 (01:15 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 3 May 2014 21:06:42 +0000 (23:06 +0200)
commit2b41d31c344943428c3ce29c3cbfc5dd41052813
treea075a0bcf4b72ed30e877e13480568cf49b3c05e
parent2cd9830e7388700e2b42659538307e9c6e4764b3
opencv: fix qt selection when highgui is enable

The OpenCV highgui module links against QtGui and QtTest.
The latter is built by default but was never installed.
Thanks to the previous patch on Qt, this can be rectified.

So, update the OpenCV Config.in with the missing Qt module selection.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/opencv/Config.in