mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7831 Janitor: Do not create QtChart features if compiled without QtChart
This commit is contained in:
@@ -891,7 +891,9 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
|
||||
}
|
||||
else if ( dynamic_cast<Rim3dOverlayInfoConfig*>( firstUiItem ) )
|
||||
{
|
||||
#ifdef USE_QTCHARTS
|
||||
menuBuilder << "RicCreateGridStatisticsPlotFeature";
|
||||
#endif
|
||||
menuBuilder << "RicShowGridStatisticsFeature";
|
||||
}
|
||||
else if ( dynamic_cast<RimSimWellFracture*>( firstUiItem ) )
|
||||
|
||||
Reference in New Issue
Block a user