2014-04-25 10:58:33 +02:00
|
|
|
HEADERS += \
|
|
|
|
widgets/vtablegraphicsview.h \
|
|
|
|
widgets/vmaingraphicsview.h \
|
|
|
|
widgets/vmaingraphicsscene.h \
|
|
|
|
widgets/vitem.h \
|
|
|
|
widgets/vgraphicssimpletextitem.h \
|
|
|
|
widgets/vcontrolpointspline.h \
|
|
|
|
widgets/vapplication.h \
|
|
|
|
widgets/doubledelegate.h \
|
|
|
|
widgets/vsimplesplinepath.h \
|
2014-05-13 10:08:37 +02:00
|
|
|
widgets/textdelegate.h \
|
2014-06-24 10:23:39 +02:00
|
|
|
widgets/vtranslation.h \
|
2014-06-25 16:14:02 +02:00
|
|
|
widgets/undoevent.h \
|
|
|
|
widgets/vsimplecurve.h
|
2014-04-25 10:58:33 +02:00
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
widgets/vtablegraphicsview.cpp \
|
|
|
|
widgets/vmaingraphicsview.cpp \
|
|
|
|
widgets/vmaingraphicsscene.cpp \
|
|
|
|
widgets/vitem.cpp \
|
|
|
|
widgets/vgraphicssimpletextitem.cpp \
|
|
|
|
widgets/vcontrolpointspline.cpp \
|
|
|
|
widgets/vapplication.cpp \
|
|
|
|
widgets/doubledelegate.cpp \
|
|
|
|
widgets/vsimplesplinepath.cpp \
|
2014-05-13 10:08:37 +02:00
|
|
|
widgets/textdelegate.cpp \
|
2014-06-24 10:23:39 +02:00
|
|
|
widgets/vtranslation.cpp \
|
2014-06-25 16:14:02 +02:00
|
|
|
widgets/undoevent.cpp \
|
|
|
|
widgets/vsimplecurve.cpp
|