Support non-Windows builds without QtCharts

This commit is contained in:
GriffinR
2024-12-18 13:25:48 -05:00
parent bce32121f0
commit 4f6291a3f6
3 changed files with 4 additions and 3 deletions

View File

@@ -78,7 +78,6 @@ private:
// As of writing our static Qt build for Windows doesn't include the QtCharts module, so we dummy the class out here.
// The charts module is additionally excluded from Windows in porymap.pro
#define DISABLE_CHARTS_MODULE
class WildMonChart : public QWidget
{