Adding QT libraries with qt-plugin
I need to parse an XML file using DOM that will be used on my QT GUI ROS application. the C++ source file can compile and run without ROS support.
for this I add on the .pro fie the QT +=xml.
however, on CMakelists.txt, i don't know how where to add this support and which will be the reference to use, I tested Qt5::xml on EXTERNAL_DEPENDS_LIB and EXTERNAL_DEPENDS
please help