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.

41 lines
1.1 KiB
Plaintext

HEADERS += \
$$PWD/OperatorsModelAPI.h \
$$PWD/OpersModelInterface.h \
$$PWD/OperToolbarViews.h \
$$PWD/OperatorsImport.h \
$$PWD/OperatorsBase.h \
$$PWD/OperatorsDelete.h \
$$PWD/OperatorsColor.h \
$$PWD/OperatorsIsosurf.h \
$$PWD/OperatorsClip.h \
$$PWD/OperatorsSlice.h \
$$PWD/OperatorsStreamLine.h \
$$PWD/OperatorsGlyph.h \
$$PWD/OperatorsWorkingDir.h \
$$PWD/OperatorsExtremum.h \
$$PWD/OperatorsThreshold.h \
$$PWD/OperatorsDeform.h \
$$PWD/OperatorsLight.h \
$$PWD/OperatorsProbe.h \
SOURCES += \
$$PWD/OpersModelInterface.cpp \
$$PWD/OperToolbarViews.cpp \
$$PWD/OperatorsImport.cpp \
$$PWD/OperatorsBase.cpp \
$$PWD/OperatorsDelete.cpp \
$$PWD/OperatorsColor.cpp \
$$PWD/OperatorsIsosurf.cpp \
$$PWD/OperatorsClip.cpp \
$$PWD/OperatorsSlice.cpp \
$$PWD/OperatorsStreamLine.cpp \
$$PWD/OperatorsGlyph.cpp \
$$PWD/OperatorsWorkingDir.cpp \
$$PWD/OperatorsExtremum.cpp \
$$PWD/OperatorsThreshold.cpp \
$$PWD/OperatorsDeform.cpp \
$$PWD/OperatorsLight.cpp \
$$PWD/OperatorsProbe.cpp \
FORMS += \