Salome HOME
Updates from V7_dev branch V8_0_0_BR V8_0_0 V8_0_0rc2
authorvsr <vsr@opencascade.com>
Thu, 11 Feb 2016 15:26:21 +0000 (18:26 +0300)
committervsr <vsr@opencascade.com>
Fri, 19 Feb 2016 13:45:33 +0000 (16:45 +0300)
src/GEOMBase/CMakeLists.txt
src/GEOMGUI/GEOMGUI.cxx
src/GEOMToolsGUI/CMakeLists.txt
src/GEOMToolsGUI/GEOMToolsGUI_DeflectionDlg.cxx
src/GEOMToolsGUI/GEOMToolsGUI_LineWidthDlg.cxx
src/GEOMToolsGUI/GEOMToolsGUI_NbIsosDlg.cxx
src/GEOM_SWIG_WITHIHM/CMakeLists.txt
src/Material/CMakeLists.txt
src/PrimitiveGUI/CMakeLists.txt

index a6b58e6a51931c3ab74915ce635a0b4b92186961..21cd7e8b27a89a5104445dbe3d87e57fd4f5c9d4 100755 (executable)
@@ -17,6 +17,8 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
+INCLUDE(UseQtExt)
+
 # --- options ---
 
 # additional include directories
index 05dabb9fe66b30786516fa9c18a908dd33d993e4..9425cb809fc7f50c58e7da891998425bbccdefce 100644 (file)
@@ -68,7 +68,7 @@ bool GEOMGUI::OnGUIEvent( int /*theCommandID*/, SUIT_Desktop* /*parent*/ )
 
 //=================================================================================
 // class    : GEOMGUI::OnMousePress
-// purpose  : Mouse press event processing. Should return FALSE to let the event 
+// purpose  : Mouse press event processing. Should return false to let the event 
 //            be processed further.
 //=================================================================================
 bool GEOMGUI::OnMousePress( QMouseEvent* /*pe*/, SUIT_Desktop* /*parent*/, SUIT_ViewWindow* /*studyFrame*/ )
index 96380bee200dd35a559061624d99094405f7a2f5..47164d839e54afcd169384a75937e9284f0311f7 100755 (executable)
@@ -17,6 +17,8 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
+INCLUDE(UseQtExt)
+
 # --- options ---
 
 # additional include directories
index 1d8bc588b7addaeee135cc631c2ff8e3a2c58282..0a8e4ffdee156502cfeddbab559133679353ea1f 100644 (file)
@@ -43,7 +43,7 @@
 // purpose  : Constructs a GEOMToolsGUI_DeflectionDlg which is a child of 'parent', with the
 //            name 'name' and widget flags set to 'f'.
 //            The dialog will by default be modeless, unless you set 'modal' to
-//            TRUE to construct a modal dialog.
+//            true to construct a modal dialog.
 //=================================================================================
 GEOMToolsGUI_DeflectionDlg::GEOMToolsGUI_DeflectionDlg (QWidget* parent)
   : QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint)
index bfadece29630050034f0a1936ef73c347ca081aa..82985ae1a99a04ec4f428d264ce816ec3162690b 100644 (file)
@@ -44,7 +44,7 @@
 // purpose  : Constructs a GEOMToolsGUI_LineWidthDlg which is a child of 'parent', with the
 //            name 'name' and widget flags set to 'f'.
 //            The dialog will by default be modeless, unless you set 'modal' to
-//            TRUE to construct a modal dialog.
+//            true to construct a modal dialog.
 //=================================================================================
 
 GEOMToolsGUI_LineWidthDlg::GEOMToolsGUI_LineWidthDlg (QWidget* parent, const QString& title)
index 724346eb831819f12cb3fc242490bd3df132c329..4e7541f0422a700ffbc9e3be430a6a36688993df 100644 (file)
@@ -44,7 +44,7 @@
 // purpose  : Constructs a GEOMToolsGUI_NbIsosDlg which is a child of 'parent', with the 
 //            name 'name' and widget flags set to 'f'.
 //            The dialog will by default be modeless, unless you set 'modal' to
-//            TRUE to construct a modal dialog.
+//            true to construct a modal dialog.
 //=================================================================================
 GEOMToolsGUI_NbIsosDlg::GEOMToolsGUI_NbIsosDlg(QWidget* parent )
   :QDialog( parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint )
index 8580ae6ebb0ca701bb4440cdcf9af7e7f60fcd71..4b06077951312ac34fd35c0bec75a6f8bf704b9f 100755 (executable)
 #
 
 INCLUDE(${SWIG_USE_FILE})
-INCLUDE(UseQtExt)
 
 # --- options ---
 
 # additional include directories
 INCLUDE_DIRECTORIES(
+  ${QT_INCLUDE_DIRS}
   ${PTHREAD_INCLUDE_DIR}
   ${VTK_INCLUDE_DIRS}
   ${OMNIORB_INCLUDE_DIR}
index c7f0291abcbe94a8622757a3df3cb7eb17bffd6b..7511183a63b32b10fa2ec4f75fd067a003d778f9 100755 (executable)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
+INCLUDE(UseQtExt)
+
 # --- options ---
 
 # additional include directories
 INCLUDE_DIRECTORIES(
+  ${QT_INCLUDE_DIRS}
   ${VTK_INCLUDE_DIRS}
   ${OMNIORB_INCLUDE_DIR}
   ${CAS_INCLUDE_DIRS}
index 876d2068f53a253bd73767e2e151be3a341ff520..38a9d318e2f8220e285f9cb375aa6820f5e72d1f 100755 (executable)
@@ -17,6 +17,8 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
+INCLUDE(UseQtExt)
+
 # --- options ---
 
 # additional include directories