File qt_gui_cpp-Remove-vendor-packages-from-qt_gui_cpp-for-the-distr.patch of Package ros-qt-gui-cpp
From 73fee8c480483f44acbf933c8d8eb40a45f97a39 Mon Sep 17 00:00:00 2001
From: Philipp Huth <huth.philipp@googlemail.com>
Date: Sat, 13 Sep 2025 00:54:02 +0200
Subject: [PATCH] Remove vendor packages from qt_gui_cpp for the distro build
---
qt_gui_cpp/CMakeLists.txt | 1 -
qt_gui_cpp/package.xml | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/qt_gui_cpp/CMakeLists.txt b/qt_gui_cpp/CMakeLists.txt
index 550d3e3..9b28596 100644
--- a/qt_gui_cpp/CMakeLists.txt
+++ b/qt_gui_cpp/CMakeLists.txt
@@ -20,7 +20,6 @@ endif()
find_package(pluginlib REQUIRED)
find_package(rcpputils REQUIRED)
-find_package(tinyxml2_vendor REQUIRED)
find_package(TinyXML2 REQUIRED)
ament_python_install_package(${PROJECT_NAME}
diff --git a/qt_gui_cpp/package.xml b/qt_gui_cpp/package.xml
index ff649e5..c1e9485 100644
--- a/qt_gui_cpp/package.xml
+++ b/qt_gui_cpp/package.xml
@@ -21,12 +21,12 @@
<build_depend>qt5-qmake</build_depend>
<build_depend>qtbase5-dev</build_depend>
<build_depend>rcpputils</build_depend>
- <build_depend>tinyxml2_vendor</build_depend>
+ <build_depend>tinyxml2</build_depend>
<exec_depend version_gte="1.9.23">pluginlib</exec_depend>
<exec_depend version_gte="0.3.0">qt_gui</exec_depend>
<exec_depend>rcpputils</exec_depend>
- <exec_depend>tinyxml2_vendor</exec_depend>
+ <exec_depend>tinyxml2</exec_depend>
<test_depend>ament_cmake_pytest</test_depend>
--
2.49.0