2014-12-03 15:11:57 +01:00
|
|
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
|
|
# This need for corect working file translations.pro
|
|
|
|
|
2014-06-09 19:39:18 +02:00
|
|
|
HEADERS += \
|
2014-12-03 15:11:57 +01:00
|
|
|
$$PWD/addtocalc.h \
|
|
|
|
$$PWD/addpatternpiece.h \
|
|
|
|
$$PWD/movespoint.h \
|
|
|
|
$$PWD/movespline.h \
|
|
|
|
$$PWD/movesplinepath.h \
|
|
|
|
$$PWD/savetooloptions.h \
|
|
|
|
$$PWD/savedetailoptions.h \
|
|
|
|
$$PWD/movedetail.h \
|
|
|
|
$$PWD/deltool.h \
|
|
|
|
$$PWD/deletepatternpiece.h \
|
|
|
|
$$PWD/adddetnode.h \
|
|
|
|
$$PWD/adddet.h \
|
|
|
|
$$PWD/deletedetail.h \
|
|
|
|
$$PWD/vundocommand.h \
|
2014-12-25 12:33:27 +01:00
|
|
|
$$PWD/renamepp.h \
|
2015-06-24 16:30:07 +02:00
|
|
|
$$PWD/movelabel.h \
|
|
|
|
$$PWD/movedoublelabel.h
|
2014-12-03 15:11:57 +01:00
|
|
|
|
2014-06-09 19:39:18 +02:00
|
|
|
SOURCES += \
|
2014-12-03 15:11:57 +01:00
|
|
|
$$PWD/addtocalc.cpp \
|
|
|
|
$$PWD/addpatternpiece.cpp \
|
|
|
|
$$PWD/movespoint.cpp \
|
|
|
|
$$PWD/movespline.cpp \
|
|
|
|
$$PWD/movesplinepath.cpp \
|
|
|
|
$$PWD/savetooloptions.cpp \
|
|
|
|
$$PWD/savedetailoptions.cpp \
|
|
|
|
$$PWD/movedetail.cpp \
|
|
|
|
$$PWD/deltool.cpp \
|
|
|
|
$$PWD/deletepatternpiece.cpp \
|
|
|
|
$$PWD/adddetnode.cpp \
|
|
|
|
$$PWD/adddet.cpp \
|
|
|
|
$$PWD/deletedetail.cpp \
|
|
|
|
$$PWD/vundocommand.cpp \
|
2014-12-25 12:33:27 +01:00
|
|
|
$$PWD/renamepp.cpp \
|
2015-06-24 16:30:07 +02:00
|
|
|
$$PWD/movelabel.cpp \
|
|
|
|
$$PWD/movedoublelabel.cpp
|