2015-06-15 14:50:59 +02:00
|
|
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
|
|
# This need for corect working file translations.pro
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/stable.cpp \
|
|
|
|
$$PWD/doubledelegate.cpp \
|
|
|
|
$$PWD/textdelegate.cpp \
|
|
|
|
$$PWD/vmaingraphicsscene.cpp \
|
|
|
|
$$PWD/vmaingraphicsview.cpp \
|
|
|
|
$$PWD/vsimplecurve.cpp \
|
2015-06-15 15:59:19 +02:00
|
|
|
$$PWD/vwidgetpopup.cpp \
|
|
|
|
$$PWD/vcontrolpointspline.cpp \
|
|
|
|
$$PWD/vgraphicssimpletextitem.cpp
|
2015-06-15 14:50:59 +02:00
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
$$PWD/stable.h \
|
|
|
|
$$PWD/doubledelegate.h \
|
|
|
|
$$PWD/textdelegate.h \
|
|
|
|
$$PWD/vmaingraphicsscene.h \
|
|
|
|
$$PWD/vmaingraphicsview.h \
|
|
|
|
$$PWD/vsimplecurve.h \
|
2015-06-15 15:59:19 +02:00
|
|
|
$$PWD/vwidgetpopup.h \
|
|
|
|
$$PWD/vcontrolpointspline.h \
|
|
|
|
$$PWD/vgraphicssimpletextitem.h
|