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.
30 lines
826 B
Plaintext
30 lines
826 B
Plaintext
3 weeks ago
|
HEADERS += \
|
||
|
$$PWD/FITKRenderWindowVTKAPI.h \
|
||
|
$$PWD/FITKGraph3DWindowVTK.h \
|
||
|
$$PWD/FITKGraph3DWindowInterface.h \
|
||
|
$$PWD/FITKGraphRender.h \
|
||
|
$$PWD/FITKGraphOperator.h \
|
||
|
$$PWD/FITKGraphObjectVTK.h \
|
||
|
$$PWD/FITKGraphInteractionStyle.h \
|
||
|
$$PWD/FITKGraphAreaPicker.h \
|
||
|
$$PWD/FITKBoundaryActor.h \
|
||
|
$$PWD/FITKLegendScaleActor.h \
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/FITKGraph3DWindowVTK.cpp \
|
||
|
$$PWD/FITKGraph3DWindowInterface.cpp \
|
||
|
$$PWD/FITKGraphRender.cpp \
|
||
|
$$PWD/FITKGraphOperator.cpp \
|
||
|
$$PWD/FITKGraphObjectVTK.cpp \
|
||
|
$$PWD/FITKGraphInteractionStyle.cpp \
|
||
|
$$PWD/FITKGraphAreaPicker.cpp \
|
||
|
$$PWD/FITKBoundaryActor.cpp \
|
||
|
$$PWD/FITKLegendScaleActor.cpp \
|
||
|
|
||
|
FORMS += \
|
||
|
$$PWD/FITKGraph3DWindowVTK.ui \
|
||
|
|
||
|
RESOURCES += ./FITKIcons.qrc
|
||
|
|
||
|
#RC_FILE += ../qrc/qianfan.rc
|
||
|
|