2015-06-15 14:50:59 +02:00
|
|
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
|
|
# This need for corect working file translations.pro
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/vmaingraphicsscene.cpp \
|
|
|
|
$$PWD/vmaingraphicsview.cpp \
|
2015-06-15 15:59:19 +02:00
|
|
|
$$PWD/vwidgetpopup.cpp \
|
|
|
|
$$PWD/vcontrolpointspline.cpp \
|
2015-06-20 18:14:04 +02:00
|
|
|
$$PWD/vgraphicssimpletextitem.cpp \
|
|
|
|
$$PWD/vsimplepoint.cpp \
|
2016-01-10 14:31:43 +01:00
|
|
|
$$PWD/vabstractsimple.cpp \
|
2016-05-12 21:11:21 +02:00
|
|
|
$$PWD/vnobrushscalepathitem.cpp \
|
|
|
|
$$PWD/vsimplecurve.cpp
|
2015-06-15 14:50:59 +02:00
|
|
|
|
2015-10-11 12:15:08 +02:00
|
|
|
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
|
|
|
|
2015-06-15 14:50:59 +02:00
|
|
|
HEADERS += \
|
|
|
|
$$PWD/stable.h \
|
|
|
|
$$PWD/vmaingraphicsscene.h \
|
|
|
|
$$PWD/vmaingraphicsview.h \
|
2015-06-15 15:59:19 +02:00
|
|
|
$$PWD/vwidgetpopup.h \
|
|
|
|
$$PWD/vcontrolpointspline.h \
|
2015-06-20 18:14:04 +02:00
|
|
|
$$PWD/vgraphicssimpletextitem.h \
|
|
|
|
$$PWD/vsimplepoint.h \
|
2016-01-10 14:31:43 +01:00
|
|
|
$$PWD/vabstractsimple.h \
|
2016-05-12 21:11:21 +02:00
|
|
|
$$PWD/vnobrushscalepathitem.h \
|
|
|
|
$$PWD/vsimplecurve.h
|