valentina/src/app/undocommands/undocommands.pri
dismine d66a4b98fe New undo command DeletePatternPiece.
--HG--
branch : feature
2014-06-14 16:10:16 +03:00

27 lines
777 B
Plaintext

HEADERS += \
undocommands/addtocalc.h \
undocommands/addpatternpiece.h \
undocommands/movespoint.h \
undocommands/movespline.h \
undocommands/movesplinepath.h \
undocommands/savetooloptions.h \
undocommands/undocommands.h \
undocommands/savedetailoptions.h \
undocommands/movedetail.h \
undocommands/deltool.h \
undocommands/deletepatternpiece.h
SOURCES += \
undocommands/addtocalc.cpp \
undocommands/addpatternpiece.cpp \
undocommands/movespoint.cpp \
undocommands/movespline.cpp \
undocommands/movesplinepath.cpp \
undocommands/savetooloptions.cpp \
undocommands/savedetailoptions.cpp \
undocommands/movedetail.cpp \
undocommands/deltool.cpp \
undocommands/deletepatternpiece.cpp