Skip to content

Commit

Permalink
Add Qt dependency to testing packages. (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich authored and wjwwood committed Jun 28, 2018
1 parent afaec16 commit b0f7c11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rviz_rendering_tests/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<build_depend>qtbase5-dev</build_depend>

<depend>rviz_rendering</depend>
<depend>resource_retriever</depend>

Expand Down
2 changes: 2 additions & 0 deletions rviz_visual_testing_framework/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<build_depend>qtbase5-dev</build_depend>

<depend>rviz_common</depend>
<depend>ament_cmake_gtest</depend>

Expand Down

0 comments on commit b0f7c11

Please sign in to comment.