2014-06-09 19:39:18 +02:00
|
|
|
HEADERS += \
|
|
|
|
undocommands/addtocalc.h \
|
|
|
|
undocommands/addpatternpiece.h \
|
|
|
|
undocommands/movespoint.h \
|
2014-06-11 16:18:50 +02:00
|
|
|
undocommands/movespline.h \
|
2014-06-11 18:32:32 +02:00
|
|
|
undocommands/movesplinepath.h \
|
2014-06-11 19:12:46 +02:00
|
|
|
undocommands/savetooloptions.h \
|
2014-06-12 15:38:28 +02:00
|
|
|
undocommands/undocommands.h \
|
2014-06-13 12:29:23 +02:00
|
|
|
undocommands/savedetailoptions.h \
|
2014-06-14 08:37:25 +02:00
|
|
|
undocommands/movedetail.h \
|
2014-06-14 15:10:16 +02:00
|
|
|
undocommands/deltool.h \
|
|
|
|
undocommands/deletepatternpiece.h
|
2014-06-09 19:39:18 +02:00
|
|
|
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
undocommands/addtocalc.cpp \
|
|
|
|
undocommands/addpatternpiece.cpp \
|
|
|
|
undocommands/movespoint.cpp \
|
2014-06-11 16:18:50 +02:00
|
|
|
undocommands/movespline.cpp \
|
2014-06-11 18:32:32 +02:00
|
|
|
undocommands/movesplinepath.cpp \
|
2014-06-12 15:38:28 +02:00
|
|
|
undocommands/savetooloptions.cpp \
|
2014-06-13 12:29:23 +02:00
|
|
|
undocommands/savedetailoptions.cpp \
|
2014-06-14 08:37:25 +02:00
|
|
|
undocommands/movedetail.cpp \
|
2014-06-14 15:10:16 +02:00
|
|
|
undocommands/deltool.cpp \
|
|
|
|
undocommands/deletepatternpiece.cpp
|
2014-06-09 19:39:18 +02:00
|
|
|
|