Add dependency on qtbase5-dev for find_package(Qt5Widgets)

See https://github.com/ros-perception/perception_pcl/pull/117#issuecomment-298158272 for detail.
This commit is contained in:
Kentaro Wada 2017-04-29 09:35:07 +00:00 committed by Paul Bovbel
parent bd227b5c03
commit 075139bff8

View File

@ -45,6 +45,8 @@
<depend>libvtk-java</depend> <depend>libvtk-java</depend>
<!-- libproj-dev needed due to error in vtk6 --> <!-- libproj-dev needed due to error in vtk6 -->
<depend>proj</depend> <depend>proj</depend>
<!-- qtbase5-dev needed due to error in qt5 -->
<depend>qtbase5-dev</depend>
<test_depend>rostest</test_depend> <test_depend>rostest</test_depend>