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.2 KiB
Plaintext
75 lines
2.2 KiB
Plaintext
4 weeks ago
|
HEADERS += \
|
||
|
$$PWD/FITKInterfaceModelAPI.h \
|
||
|
$$PWD/FITKModelEnum.h \
|
||
|
$$PWD/FITKAbstractModel.h \
|
||
|
$$PWD/FITKAbstractModelComponent.h \
|
||
|
$$PWD/FITKNodeList.h \
|
||
|
$$PWD/FITKAbstractMesh.h \
|
||
|
$$PWD/FITKAbstractElement.h \
|
||
|
$$PWD/FITKElementList.h \
|
||
|
$$PWD/FITKUnstructuredMesh.h \
|
||
|
$$PWD/FITKStructuredMesh.h \
|
||
|
$$PWD/FITKParticalMesh.h \
|
||
|
$$PWD/FITKElementFactory.h \
|
||
|
$$PWD/FITKElementLine.h \
|
||
|
$$PWD/FITKElementTri.h \
|
||
|
$$PWD/FITKElementQuad.h \
|
||
|
$$PWD/FITKElementTet.h \
|
||
|
$$PWD/FITKElementWedge.h \
|
||
|
$$PWD/FITKElementHex.h \
|
||
|
$$PWD/FITKElementPolygon.h \
|
||
|
$$PWD/FITKAssembly.h \
|
||
|
$$PWD/FITKAbstractAssInstance.h \
|
||
|
$$PWD/FITKAssInstanceTR.h \
|
||
|
$$PWD/FITKAssInstanceM4.h \
|
||
|
$$PWD/FITKModelSet.h \
|
||
|
$$PWD/FITKComponentManager.h \
|
||
|
$$PWD/FITKMeshSurface.h \
|
||
|
$$PWD/FITKMeshSurfaceElement.h \
|
||
|
$$PWD/FITKMeshSurfaceNode.h \
|
||
|
$$PWD/FITKComponentCreator.h \
|
||
|
$$PWD/FITKCoordinateSystem.h \
|
||
|
$$PWD/FITKAbstractGeoModel.h \
|
||
|
$$PWD/FITKAssElement.h \
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/FITKAbstractModel.cpp \
|
||
|
$$PWD/FITKModelEnum.cpp \
|
||
|
$$PWD/FITKAbstractModelComponent.cpp \
|
||
|
$$PWD/FITKNodeList.cpp \
|
||
|
$$PWD/FITKAbstractMesh.cpp \
|
||
|
$$PWD/FITKAbstractElement.cpp \
|
||
|
$$PWD/FITKElementList.cpp \
|
||
|
$$PWD/FITKUnstructuredMesh.cpp \
|
||
|
$$PWD/FITKStructuredMesh.cpp \
|
||
|
$$PWD/FITKParticalMesh.cpp \
|
||
|
$$PWD/FITKElementFactory.cpp \
|
||
|
$$PWD/FITKElementLine.cpp \
|
||
|
$$PWD/FITKElementTri.cpp \
|
||
|
$$PWD/FITKElementQuad.cpp \
|
||
|
$$PWD/FITKElementTet.cpp \
|
||
|
$$PWD/FITKElementWedge.cpp \
|
||
|
$$PWD/FITKElementHex.cpp \
|
||
|
$$PWD/FITKElementPolygon.cpp \
|
||
|
$$PWD/FITKAssembly.cpp \
|
||
|
$$PWD/FITKAbstractAssInstance.cpp \
|
||
|
$$PWD/FITKAssInstanceTR.cpp \
|
||
|
$$PWD/FITKAssInstanceM4.cpp \
|
||
|
$$PWD/FITKModelSet.cpp \
|
||
|
$$PWD/FITKComponentManager.cpp \
|
||
|
$$PWD/FITKMeshSurface.cpp \
|
||
|
$$PWD/FITKMeshSurfaceElement.cpp \
|
||
|
$$PWD/FITKMeshSurfaceNode.cpp \
|
||
|
$$PWD/FITKComponentCreator.cpp \
|
||
|
$$PWD/FITKCoordinateSystem.cpp \
|
||
|
$$PWD/FITKAbstractGeoModel.cpp \
|
||
|
$$PWD/FITKAssElement.cpp \
|
||
|
|
||
|
FORMS += \
|
||
|
# $$PWD/PluginManageDialog.ui \
|
||
|
|
||
|
|
||
|
#RESOURCES += ../qrc/qianfan.qrc
|
||
|
|
||
|
#RC_FILE += ../qrc/qianfan.rc
|
||
|
|