aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.pri
blob: d822fbb70d2fc27da6872d60b742080990bd49d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
VPATH += $$PWD

SOURCES += propertyeditorview.cpp \
    qmlanchorbindingproxy.cpp \
    propertyeditorvalue.cpp \
    propertyeditortransaction.cpp \
    designerpropertymap.cpp \
    propertyeditorcontextobject.cpp \
    quick2propertyeditorview.cpp \
    propertyeditorqmlbackend.cpp \
    propertyeditorwidget.cpp \
    fileresourcesmodel.cpp \
    gradientmodel.cpp \
    qmlmodelnodeproxy.cpp

HEADERS += propertyeditorview.h \
    qmlanchorbindingproxy.h \
    propertyeditorvalue.h \
    propertyeditortransaction.h \
    designerpropertymap.h \
    propertyeditorcontextobject.h \
    quick2propertyeditorview.h \
    propertyeditorqmlbackend.h \
    propertyeditorwidget.h \
    fileresourcesmodel.h \
    gradientmodel.h \
    qmlmodelnodeproxy.h

QT += qml quick