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.
23 lines
561 B
Plaintext
23 lines
561 B
Plaintext
4 weeks ago
|
HEADERS += \
|
||
|
$$PWD/FITKMeshGenOFAPI.h \
|
||
|
$$PWD/FITKMeshGenOFInterface.h \
|
||
|
$$PWD/FITKOFMeshSizeGenerator.h \
|
||
|
$$PWD/FITKOFMesherDriver.h \
|
||
|
$$PWD/FITKOFMeshProcessor.h \
|
||
|
$$PWD/FITKOFGeometryMeshSizeGenerator.h \
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/FITKMeshGenOFInterface.cpp \
|
||
|
$$PWD/FITKOFMeshSizeGenerator.cpp \
|
||
|
$$PWD/FITKOFMesherDriver.cpp \
|
||
|
$$PWD/FITKOFMeshProcessor.cpp \
|
||
|
$$PWD/FITKOFGeometryMeshSizeGenerator.cpp \
|
||
|
|
||
|
FORMS += \
|
||
|
# $$PWD/PluginManageDialog.ui \
|
||
|
|
||
|
|
||
|
#RESOURCES += ../qrc/qianfan.qrc
|
||
|
|
||
|
#RC_FILE += ../qrc/qianfan.rc
|
||
|
|