mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-07 05:17:27 +05:00
Fix compilation problem with -DSALOME_BUILD_GUI=OFF mode.
This commit is contained in:
parent
d0f9dcaf72
commit
ca3114ad35
@ -24,7 +24,7 @@ SET(SUBDIRS_COMMON
|
|||||||
ARCHIMEDE BlockFix GEOMAlgo SKETCHER GEOM BREPExport
|
ARCHIMEDE BlockFix GEOMAlgo SKETCHER GEOM BREPExport
|
||||||
BREPImport IGESExport IGESImport STEPExport STEPImport STLExport
|
BREPImport IGESExport IGESImport STEPExport STEPImport STLExport
|
||||||
ShHealOper GEOMUtils XAO XAO_Swig GEOMImpl GEOM_I GEOMClient GEOM_I_Superv GEOM_SWIG GEOM_PY
|
ShHealOper GEOMUtils XAO XAO_Swig GEOMImpl GEOM_I GEOMClient GEOM_I_Superv GEOM_SWIG GEOM_PY
|
||||||
AdvancedEngine OCC2VTK VTKExport
|
AdvancedEngine OCC2VTK VTKExport CurveCreator
|
||||||
)
|
)
|
||||||
|
|
||||||
##
|
##
|
||||||
@ -45,7 +45,7 @@ IF(SALOME_BUILD_GUI)
|
|||||||
GEOMBase GEOMToolsGUI DisplayGUI BasicGUI PrimitiveGUI GenerationGUI
|
GEOMBase GEOMToolsGUI DisplayGUI BasicGUI PrimitiveGUI GenerationGUI
|
||||||
EntityGUI BuildGUI BooleanGUI TransformationGUI OperationGUI
|
EntityGUI BuildGUI BooleanGUI TransformationGUI OperationGUI
|
||||||
RepairGUI MeasureGUI GroupGUI BlocksGUI AdvancedGUI ImportExportGUI
|
RepairGUI MeasureGUI GroupGUI BlocksGUI AdvancedGUI ImportExportGUI
|
||||||
CurveCreator GEOM_SWIG_WITHIHM
|
GEOM_SWIG_WITHIHM
|
||||||
)
|
)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
|
@ -17,7 +17,9 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
INCLUDE(${QT_USE_FILE})
|
IF(SALOME_BUILD_GUI)
|
||||||
|
INCLUDE(${QT_USE_FILE})
|
||||||
|
ENDIF(SALOME_BUILD_GUI)
|
||||||
|
|
||||||
# --- options ---
|
# --- options ---
|
||||||
|
|
||||||
|
@ -28,8 +28,6 @@
|
|||||||
#include "CurveCreator_Macro.hxx"
|
#include "CurveCreator_Macro.hxx"
|
||||||
#include "CurveCreator_Operation.hxx"
|
#include "CurveCreator_Operation.hxx"
|
||||||
|
|
||||||
#include <QString>
|
|
||||||
|
|
||||||
class CurveCreator_Section;
|
class CurveCreator_Section;
|
||||||
class CurveCreator_Listener;
|
class CurveCreator_Listener;
|
||||||
|
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
#include "CurveCreator_Macro.hxx"
|
#include "CurveCreator_Macro.hxx"
|
||||||
#include "CurveCreator_Operation.hxx"
|
#include "CurveCreator_Operation.hxx"
|
||||||
|
|
||||||
#include <QString>
|
|
||||||
|
|
||||||
class CurveCreator_Section;
|
class CurveCreator_Section;
|
||||||
class CurveCreator_Listener;
|
class CurveCreator_Listener;
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
// function: Constructor
|
// function: Constructor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user