You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
2.5 KiB
Plaintext
75 lines
2.5 KiB
Plaintext
HEADERS += \
|
|
$$PWD/FITKAbsGeoSplitter.h \
|
|
$$PWD/FITKAbsGeoTransformation.h \
|
|
$$PWD/FITKInterfaceGeometryAPI.h \
|
|
$$PWD/FITKGeoEnum.h \
|
|
$$PWD/FITKAbsGeoCommand.h \
|
|
$$PWD/FITKAbsGeoDelete.h \
|
|
$$PWD/FITKGeoInterfaceFactory.h \
|
|
$$PWD/FITKAbsGeoShapeAgent.h \
|
|
$$PWD/FITKGeoCommandList.h \
|
|
$$PWD/FITKGeoModelManager.h \
|
|
$$PWD/FITKAbsGeoDatum.h \
|
|
$$PWD/FITKAbsGeoSketch2D.h \
|
|
$$PWD/FITKAbsGeoModelBox.h \
|
|
$$PWD/FITKAbsGeoModelCylinder.h \
|
|
$$PWD/FITKAbsGeoModelSphere.h \
|
|
$$PWD/FITKAbsGeoModelImport.h \
|
|
$$PWD/FITKAbsGeoModelExport.h \
|
|
$$PWD/FITKAbsGeoOperBool.h \
|
|
$$PWD/FITKGeometryMeshVS.h \
|
|
$$PWD/FITKGeometryMeshEntity.h \
|
|
$$PWD/FITKAbsVirtualTopo.h \
|
|
$$PWD/FITKVirtualTopoManager.h \
|
|
$$PWD/FITKAbsVirtualTopoMapper.h \
|
|
$$PWD/FITKAbsGeomTools.h \
|
|
$$PWD/FITKAbsGeoModelPoint.h \
|
|
$$PWD/FITKAbsGeoModelCurve.h \
|
|
$$PWD/FITKAbsGeoModelSurface.h \
|
|
$$PWD/FITKAbsGeoModelSolid.h \
|
|
$$PWD/FITKAbsGeoModelOperLine.h \
|
|
$$PWD/FITKAbsGeoModelOperFace.h \
|
|
$$PWD/FITKAbsGeoModelOperSolid.h \
|
|
$$PWD/FITKAbsGeoReferencePoint.h \
|
|
$$PWD/FITKAbsGeoReferenceLine.h \
|
|
$$PWD/FITKAbsGeoReferencePlane.h \
|
|
$$PWD/FITKAbsGeoModelOperImprintSolid.h \
|
|
$$PWD/FITKAbsGeoModelOperCompound.h \
|
|
|
|
|
|
SOURCES += \
|
|
$$PWD/FITKAbsGeoCommand.cpp \
|
|
$$PWD/FITKAbsGeoDelete.cpp \
|
|
$$PWD/FITKAbsGeoSplitter.cpp \
|
|
$$PWD/FITKAbsGeoTransformation.cpp \
|
|
$$PWD/FITKGeoInterfaceFactory.cpp \
|
|
$$PWD/FITKAbsGeoShapeAgent.cpp \
|
|
$$PWD/FITKGeoCommandList.cpp \
|
|
$$PWD/FITKGeoModelManager.cpp \
|
|
$$PWD/FITKAbsGeoDatum.cpp \
|
|
$$PWD/FITKAbsGeoSketch2D.cpp \
|
|
$$PWD/FITKAbsGeoModelBox.cpp \
|
|
$$PWD/FITKAbsGeoModelCylinder.cpp \
|
|
$$PWD/FITKAbsGeoModelSphere.cpp \
|
|
$$PWD/FITKAbsGeoModelImport.cpp \
|
|
$$PWD/FITKAbsGeoModelExport.cpp \
|
|
$$PWD/FITKAbsGeoOperBool.cpp \
|
|
$$PWD/FITKGeometryMeshVS.cpp \
|
|
$$PWD/FITKGeometryMeshEntity.cpp \
|
|
$$PWD/FITKAbsVirtualTopo.cpp \
|
|
$$PWD/FITKVirtualTopoManager.cpp \
|
|
$$PWD/FITKAbsVirtualTopoMapper.cpp \
|
|
$$PWD/FITKAbsGeomTools.cpp \
|
|
$$PWD/FITKAbsGeoModelPoint.cpp \
|
|
$$PWD/FITKAbsGeoModelCurve.cpp \
|
|
$$PWD/FITKAbsGeoModelSurface.cpp \
|
|
$$PWD/FITKAbsGeoModelSolid.cpp \
|
|
$$PWD/FITKAbsGeoModelOperLine.cpp \
|
|
$$PWD/FITKAbsGeoModelOperFace.cpp \
|
|
$$PWD/FITKAbsGeoModelOperSolid.cpp \
|
|
$$PWD/FITKAbsGeoReferencePoint.cpp \
|
|
$$PWD/FITKAbsGeoReferenceLine.cpp \
|
|
$$PWD/FITKAbsGeoReferencePlane.cpp \
|
|
$$PWD/FITKAbsGeoModelOperImprintSolid.cpp \
|
|
$$PWD/FITKAbsGeoModelOperCompound.cpp \
|