mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-09 15:43:07 -06:00
#3340 Add ifdef USE_ODB_API
This commit is contained in:
parent
7e3cd5d3f4
commit
b81114c7d4
@ -661,7 +661,9 @@ void RiuMainWindow::createDockPanels()
|
||||
QDockWidget* resultPlotDock = nullptr;
|
||||
QDockWidget* relPermPlotDock = nullptr;
|
||||
QDockWidget* pvtPlotDock = nullptr;
|
||||
#ifdef USE_ODB_API
|
||||
QDockWidget* mohrsCirclePlotDock = nullptr;
|
||||
#endif
|
||||
|
||||
{
|
||||
QDockWidget* dockWidget = new RiuDockWidget("Property Editor", this);
|
||||
|
Loading…
Reference in New Issue
Block a user