NCAR / lrose-core

Core C/C++ code for LROSE.
https://www.eol.ucar.edu/content/lidar-radar-open-software-environment
Other
92 stars 51 forks source link

Add needed cmake Qt build dependencies in qtplot #113

Open burghart opened 2 years ago

burghart commented 2 years ago

This fix was required in order for me to do a cmake build from source under Ubuntu LTS 22.03. Without the patch, the qtplot library will not compile since it can't find header files like <QtGui/QBrush>.

I would expect that this fix will be required for cmake builds on other systems/distributions as well...