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