valentina/src/app/widgets/widgets.pri

28 lines
821 B
Plaintext
Raw Normal View History

HEADERS += \
widgets/vtablegraphicsview.h \
widgets/vmaingraphicsview.h \
widgets/vmaingraphicsscene.h \
widgets/vitem.h \
widgets/vapplication.h \
widgets/doubledelegate.h \
widgets/textdelegate.h \
widgets/vtranslation.h \
widgets/undoevent.h \
widgets/vtooloptionspropertybrowser.h \
widgets/vformulapropertyeditor.h \
widgets/vformulaproperty.h
SOURCES += \
widgets/vtablegraphicsview.cpp \
widgets/vmaingraphicsview.cpp \
widgets/vmaingraphicsscene.cpp \
widgets/vitem.cpp \
widgets/vapplication.cpp \
widgets/doubledelegate.cpp \
widgets/textdelegate.cpp \
widgets/vtranslation.cpp \
widgets/undoevent.cpp \
widgets/vtooloptionspropertybrowser.cpp \
widgets/vformulapropertyeditor.cpp \
widgets/vformulaproperty.cpp