From 21cf54ebe148fe290c63ea500b688a2095e442b5 Mon Sep 17 00:00:00 2001 From: mpa Date: Thu, 27 Feb 2014 15:44:28 +0400 Subject: [PATCH] Debug of CMake build procedure --- src/GuiHelpers/StandardApp_Module.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GuiHelpers/StandardApp_Module.cxx b/src/GuiHelpers/StandardApp_Module.cxx index ad91a22ec..089ed379c 100644 --- a/src/GuiHelpers/StandardApp_Module.cxx +++ b/src/GuiHelpers/StandardApp_Module.cxx @@ -208,7 +208,9 @@ void StandardApp_Module::windows( QMap& theMap ) const { theMap.clear(); theMap.insert( SalomeApp_Application::WT_ObjectBrowser, Qt::LeftDockWidgetArea ); +#ifndef DISABLE_PYCONSOLE theMap.insert( SalomeApp_Application::WT_PyConsole, Qt::BottomDockWidgetArea ); +#endif } // Module's engine IOR -- 2.39.2