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.
22 lines
520 B
Plaintext
22 lines
520 B
Plaintext
4 weeks ago
|
HEADERS += \
|
||
|
$$PWD/FITKInterfaceMeshAPI.h \
|
||
|
$$PWD/FITKMeshVTKMap.h \
|
||
|
$$PWD/FITKUnstructuredMeshVTK.h \
|
||
|
$$PWD/FITKMeshFeatureVTK.h \
|
||
|
$$PWD/FITKStructuredMeshVTK.h \
|
||
|
$$PWD/FITKUnstructuredFluidMeshVTK.h \
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/FITKUnstructuredMeshVTK.cpp \
|
||
|
$$PWD/FITKMeshFeatureVTK.cpp \
|
||
|
$$PWD/FITKStructuredMeshVTK.cpp \
|
||
|
$$PWD/FITKUnstructuredFluidMeshVTK.cpp \
|
||
|
|
||
|
FORMS += \
|
||
|
# $$PWD/PluginManageDialog.ui \
|
||
|
|
||
|
|
||
|
#RESOURCES += ../qrc/qianfan.qrc
|
||
|
|
||
|
#RC_FILE += ../qrc/qianfan.rc
|
||
|
|