From 6c7fb60930c508c61086890e80aa19c04fb8e6c1 Mon Sep 17 00:00:00 2001 From: Wolfgang Merkt Date: Sun, 15 Mar 2020 23:29:15 +0000 Subject: [PATCH 1/2] [octovis] Update dependencies to Qt5 Recently, OCTOVIS_QT5 was set to ON by default. This requires updated package dependencies to work on the buildfarm. --- octovis/package.xml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/octovis/package.xml b/octovis/package.xml index f8e9c72b..863432b6 100644 --- a/octovis/package.xml +++ b/octovis/package.xml @@ -20,12 +20,25 @@ octomap - libqglviewer-qt4-dev + + + libqt5-core + libqt5-opengl-dev + + + octomap - libqglviewer-qt4 + + + libqt5-core + libqt5-opengl + libqt5-gui + + + From 959f2355c80b3ae93719f3d3de04bb1cc662d83a Mon Sep 17 00:00:00 2001 From: Wolfgang Merkt Date: Fri, 20 Mar 2020 15:36:58 +0000 Subject: [PATCH 2/2] [octovis] Update required dependencies for Qt5 New keys introduced upstream in https://github.com/ros/rosdistro/pull/24097 --- octovis/package.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/octovis/package.xml b/octovis/package.xml index 863432b6..c870b169 100644 --- a/octovis/package.xml +++ b/octovis/package.xml @@ -22,6 +22,7 @@ octomap + libqglviewer-dev-qt5 libqt5-core libqt5-opengl-dev @@ -33,9 +34,10 @@ octomap + libqglviewer2-qt5 libqt5-core - libqt5-opengl libqt5-gui + libqt5-opengl