f8882f48f1
--HG-- branch : develop
30 lines
867 B
Plaintext
30 lines
867 B
Plaintext
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 \
|
|
widgets/textdelegate.h \
|
|
widgets/vtranslation.h \
|
|
widgets/undoevent.h \
|
|
widgets/vsimplecurve.h
|
|
|
|
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 \
|
|
widgets/textdelegate.cpp \
|
|
widgets/vtranslation.cpp \
|
|
widgets/undoevent.cpp \
|
|
widgets/vsimplecurve.cpp
|