summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.pri
blob: 0777202db4f2c4ccada9556a186ad30f5eb77e6e (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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 \
    gradientpresetitem.cpp \
    gradientpresetlistmodel.cpp \
    gradientpresetdefaultlistmodel.cpp \
    gradientpresetcustomlistmodel.cpp \
    simplecolorpalette.cpp \
    simplecolorpalettemodel.cpp \
    simplecolorpalettesingleton.cpp \
    itemfiltermodel.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 \
    gradientpresetitem.h \
    gradientpresetlistmodel.h \
    gradientpresetdefaultlistmodel.h \
    gradientpresetcustomlistmodel.h \
    simplecolorpalette.h \
    simplecolorpalettemodel.h \
    simplecolorpalettesingleton.h \
    itemfiltermodel.h

QT += qml quick