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-08-26 19:23:08 +02:00
|
|
|
widgets/undoevent.h \
|
2014-08-29 11:19:11 +02:00
|
|
|
widgets/vtooloptionspropertybrowser.h \
|
|
|
|
widgets/vformulapropertyeditor.h \
|
|
|
|
widgets/vformulaproperty.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-08-26 19:23:08 +02:00
|
|
|
widgets/undoevent.cpp \
|
2014-08-29 11:19:11 +02:00
|
|
|
widgets/vtooloptionspropertybrowser.cpp \
|
|
|
|
widgets/vformulapropertyeditor.cpp \
|
|
|
|
widgets/vformulaproperty.cpp
|