2014-12-03 15:11:57 +01:00
|
|
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
|
|
# This need for corect working file translations.pro
|
|
|
|
|
2014-07-14 20:16:00 +02:00
|
|
|
HEADERS += \
|
2014-12-03 15:11:57 +01:00
|
|
|
$$PWD/visline.h \
|
|
|
|
$$PWD/vistoolline.h \
|
|
|
|
$$PWD/vistoolendline.h \
|
|
|
|
$$PWD/vistoolalongline.h \
|
|
|
|
$$PWD/vistoolbisector.h \
|
|
|
|
$$PWD/vistoolshoulderpoint.h \
|
|
|
|
$$PWD/vistoolnormal.h \
|
|
|
|
$$PWD/vistoolheight.h \
|
|
|
|
$$PWD/vistoolpointofintersection.h \
|
|
|
|
$$PWD/vistooltriangle.h \
|
|
|
|
$$PWD/vistoolpointofcontact.h \
|
|
|
|
$$PWD/vistoollineintersect.h \
|
|
|
|
$$PWD/visualization.h \
|
|
|
|
$$PWD/vistoolarc.h \
|
|
|
|
$$PWD/vispath.h \
|
|
|
|
$$PWD/vistoolcutarc.h \
|
|
|
|
$$PWD/vistoolspline.h \
|
|
|
|
$$PWD/vistoolcutspline.h \
|
|
|
|
$$PWD/vistoolsplinepath.h \
|
|
|
|
$$PWD/vistoolcutsplinepath.h \
|
|
|
|
$$PWD/vistoollineintersectaxis.h \
|
2015-05-27 12:48:21 +02:00
|
|
|
$$PWD/vistoolcurveintersectaxis.h \
|
2015-05-30 12:02:20 +02:00
|
|
|
$$PWD/vistoolpointofintersectionarcs.h \
|
2015-06-05 15:43:41 +02:00
|
|
|
$$PWD/vistoolpointofintersectioncircles.h \
|
2015-06-06 08:33:19 +02:00
|
|
|
$$PWD/vistoolpointfromcircleandtangent.h \
|
2015-06-09 20:23:37 +02:00
|
|
|
$$PWD/vistoolpointfromarcandtangent.h \
|
2015-06-24 16:30:07 +02:00
|
|
|
$$PWD/vistoolarcwithlength.h \
|
2016-01-24 17:15:08 +01:00
|
|
|
$$PWD/vistooltruedarts.h \
|
2016-03-10 14:55:04 +01:00
|
|
|
$$PWD/vistoolpointofintersectioncurves.h \
|
2016-03-18 22:11:14 +01:00
|
|
|
$$PWD/vistoolcubicbezier.h \
|
|
|
|
$$PWD/vistoolcubicbezierpath.h
|
2014-07-14 20:16:00 +02:00
|
|
|
|
|
|
|
SOURCES += \
|
2014-12-03 15:11:57 +01:00
|
|
|
$$PWD/visline.cpp \
|
|
|
|
$$PWD/vistoolline.cpp \
|
|
|
|
$$PWD/vistoolendline.cpp \
|
|
|
|
$$PWD/vistoolalongline.cpp \
|
|
|
|
$$PWD/vistoolbisector.cpp \
|
|
|
|
$$PWD/vistoolshoulderpoint.cpp \
|
|
|
|
$$PWD/vistoolnormal.cpp \
|
|
|
|
$$PWD/vistoolheight.cpp \
|
|
|
|
$$PWD/vistoolpointofintersection.cpp \
|
|
|
|
$$PWD/vistooltriangle.cpp \
|
|
|
|
$$PWD/vistoolpointofcontact.cpp \
|
|
|
|
$$PWD/vistoollineintersect.cpp \
|
|
|
|
$$PWD/visualization.cpp \
|
|
|
|
$$PWD/vistoolarc.cpp \
|
|
|
|
$$PWD/vispath.cpp \
|
|
|
|
$$PWD/vistoolcutarc.cpp \
|
|
|
|
$$PWD/vistoolspline.cpp \
|
|
|
|
$$PWD/vistoolcutspline.cpp \
|
|
|
|
$$PWD/vistoolsplinepath.cpp \
|
|
|
|
$$PWD/vistoolcutsplinepath.cpp \
|
|
|
|
$$PWD/vistoollineintersectaxis.cpp \
|
2015-05-27 12:48:21 +02:00
|
|
|
$$PWD/vistoolcurveintersectaxis.cpp \
|
2015-05-30 12:02:20 +02:00
|
|
|
$$PWD/vistoolpointofintersectionarcs.cpp \
|
2015-06-05 15:43:41 +02:00
|
|
|
$$PWD/vistoolpointofintersectioncircles.cpp \
|
2015-06-06 08:33:19 +02:00
|
|
|
$$PWD/vistoolpointfromcircleandtangent.cpp \
|
2015-06-09 20:23:37 +02:00
|
|
|
$$PWD/vistoolpointfromarcandtangent.cpp \
|
2015-06-24 16:30:07 +02:00
|
|
|
$$PWD/vistoolarcwithlength.cpp \
|
2016-01-24 17:15:08 +01:00
|
|
|
$$PWD/vistooltruedarts.cpp \
|
2016-03-10 14:55:04 +01:00
|
|
|
$$PWD/vistoolpointofintersectioncurves.cpp \
|
2016-03-18 22:11:14 +01:00
|
|
|
$$PWD/vistoolcubicbezier.cpp \
|
|
|
|
$$PWD/vistoolcubicbezierpath.cpp
|