1HEADERS += $$PWD/pathtool.h
2HEADERS += $$PWD/pathselectionmanipulator.h
3HEADERS += $$PWD/pathtoolview.h
4HEADERS += $$PWD/controlpoint.h
5HEADERS += $$PWD/cubicsegment.h
6HEADERS += $$PWD/pathitem.h
7
8SOURCES += $$PWD/pathtool.cpp
9SOURCES += $$PWD/pathselectionmanipulator.cpp
10SOURCES += $$PWD/pathtoolview.cpp
11SOURCES += $$PWD/controlpoint.cpp
12SOURCES += $$PWD/cubicsegment.cpp
13SOURCES += $$PWD/pathitem.cpp
14