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.
46 lines
1.4 KiB
Plaintext
46 lines
1.4 KiB
Plaintext
HEADERS += \
|
|
$$PWD/GUIMeshDialogAPI.h \
|
|
$$PWD/MeshGeoWidget.h \
|
|
$$PWD/MeshGeoSubWidget.h \
|
|
$$PWD/MeshBaseWidget.h \
|
|
$$PWD/MeshBaseTypeWidgetBase.h \
|
|
$$PWD/MeshBaseTypeBoxWidget.h \
|
|
$$PWD/MeshBaseTypeCylinderWidget.h \
|
|
$$PWD/LocalSelectGroupWidget.h \
|
|
$$PWD/LocalGroupInfoWidget.h \
|
|
$$PWD/MaterialPointWidget.h \
|
|
$$PWD/CompMaterialPointWidget.h \
|
|
$$PWD/LocalGroupDeleteDialog.h \
|
|
$$PWD/CompBaseBoundary.h \
|
|
$$PWD/CompBaseBoundaryLineEdit.h \
|
|
|
|
SOURCES += \
|
|
$$PWD/MeshGeoWidget.cpp \
|
|
$$PWD/MeshGeoSubWidget.cpp \
|
|
$$PWD/MeshBaseWidget.cpp \
|
|
$$PWD/MeshBaseTypeWidgetBase.cpp \
|
|
$$PWD/MeshBaseTypeBoxWidget.cpp \
|
|
$$PWD/MeshBaseTypeCylinderWidget.cpp \
|
|
$$PWD/LocalSelectGroupWidget.cpp \
|
|
$$PWD/LocalGroupInfoWidget.cpp \
|
|
$$PWD/MaterialPointWidget.cpp \
|
|
$$PWD/CompMaterialPointWidget.cpp \
|
|
$$PWD/LocalGroupDeleteDialog.cpp \
|
|
$$PWD/CompBaseBoundary.cpp \
|
|
$$PWD/CompBaseBoundaryLineEdit.cpp \
|
|
|
|
FORMS += \
|
|
$$PWD/MeshGeoWidget.ui \
|
|
$$PWD/MeshGeoSubWidget.ui \
|
|
$$PWD/MeshBaseWidget.ui \
|
|
$$PWD/MeshBaseTypeBoxWidget.ui \
|
|
$$PWD/MeshBaseTypeCylinderWidget.ui \
|
|
$$PWD/LocalSelectGroupWidget.ui \
|
|
$$PWD/LocalGroupInfoWidget.ui \
|
|
$$PWD/MaterialPointWidget.ui \
|
|
$$PWD/CompMaterialPointWidget.ui \
|
|
$$PWD/MeshDeleteDialog.ui \
|
|
|
|
RESOURCES += \
|
|
$$PWD/../../Resources/Resources.qrc
|
|
|