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.
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
3 weeks ago
|
HEADERS += \
|
||
|
$$PWD/PostGraphAdaptorAPI.h \
|
||
|
$$PWD/PostGraphObjectAgent.h \
|
||
|
$$PWD/PostGraphObjectBase.h \
|
||
|
$$PWD/PostGraphProperty.h \
|
||
|
$$PWD/PostGraphObjectImport.h \
|
||
|
$$PWD/PostGraphObjectManager.h \
|
||
|
$$PWD/PostGraphWidgetPlaneCallBack.h \
|
||
|
$$PWD/PostGraphWidgetPlane.h \
|
||
|
$$PWD/PostGraphWidgetLineCallBack.h \
|
||
|
$$PWD/PostGraphWidgetLine.h \
|
||
|
$$PWD/PostGraphWidgetSphere.h \
|
||
|
$$PWD/PostGraphWidgetSphereCallBack.h \
|
||
|
$$PWD/PostGraphWidgetCylinder.h \
|
||
|
$$PWD/PostGraphWidgetCylinderCallBack.h \
|
||
|
$$PWD/PostGraphWidgetBox.h \
|
||
|
$$PWD/PostGraphWidgetBoxCallBack.h \
|
||
|
$$PWD/FITKVKTBoxRepresentaion.h \
|
||
|
$$PWD/PostGraphObjectLight.h \
|
||
|
$$PWD/PostGraphObjectPick.h \
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/PostGraphObjectAgent.cpp \
|
||
|
$$PWD/PostGraphObjectBase.cpp \
|
||
|
$$PWD/PostGraphProperty.cpp \
|
||
|
$$PWD/PostGraphObjectImport.cpp \
|
||
|
$$PWD/PostGraphObjectManager.cpp \
|
||
|
$$PWD/PostGraphWidgetPlaneCallBack.cpp \
|
||
|
$$PWD/PostGraphWidgetPlane.cpp \
|
||
|
$$PWD/PostGraphWidgetLineCallBack.cpp \
|
||
|
$$PWD/PostGraphWidgetLine.cpp \
|
||
|
$$PWD/PostGraphWidgetSphere.cpp \
|
||
|
$$PWD/PostGraphWidgetSphereCallBack.cpp \
|
||
|
$$PWD/PostGraphWidgetCylinder.cpp \
|
||
|
$$PWD/PostGraphWidgetCylinderCallBack.cpp \
|
||
|
$$PWD/PostGraphWidgetBox.cpp \
|
||
|
$$PWD/PostGraphWidgetBoxCallBack.cpp \
|
||
|
$$PWD/FITKVKTBoxRepresentaion.cpp \
|
||
|
$$PWD/PostGraphObjectLight.cpp \
|
||
|
$$PWD/PostGraphObjectPick.cpp \
|
||
|
|
||
|
FORMS += \
|