2015-05-07 14:31:53 +02:00
|
|
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
|
|
# This need for corect working file translations.pro
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/vgobject.cpp \
|
|
|
|
$$PWD/vabstractcurve.cpp \
|
|
|
|
$$PWD/varc.cpp \
|
|
|
|
$$PWD/vpointf.cpp \
|
|
|
|
$$PWD/vspline.cpp \
|
|
|
|
$$PWD/vsplinepath.cpp \
|
2015-08-11 15:41:03 +02:00
|
|
|
$$PWD/vsplinepoint.cpp
|
2015-05-07 14:31:53 +02:00
|
|
|
|
2015-10-11 12:15:08 +02:00
|
|
|
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
|
|
|
|
2015-05-07 14:31:53 +02:00
|
|
|
HEADERS += \
|
|
|
|
$$PWD/stable.h \
|
|
|
|
$$PWD/vgobject.h \
|
|
|
|
$$PWD/vgobject_p.h \
|
|
|
|
$$PWD/vabstractcurve.h \
|
|
|
|
$$PWD/varc.h \
|
|
|
|
$$PWD/varc_p.h \
|
|
|
|
$$PWD/vpointf.h \
|
|
|
|
$$PWD/vpointf_p.h \
|
|
|
|
$$PWD/vspline.h \
|
|
|
|
$$PWD/vspline_p.h \
|
|
|
|
$$PWD/vsplinepath.h \
|
|
|
|
$$PWD/vsplinepath_p.h \
|
|
|
|
$$PWD/vsplinepoint.h \
|
|
|
|
$$PWD/vsplinepoint_p.h \
|
|
|
|
$$PWD/vgeometrydef.h
|