summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/formeditor/formeditor.pri
blob: 5bff19e664cb1f50a6ded36360e8c1b0c0892918 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
VPATH += $$PWD
SOURCES += formeditoritem.cpp \
    formeditorview.cpp \
    formeditorscene.cpp \
    formeditorwidget.cpp \
    selectiontool.cpp \
    abstractformeditortool.cpp \
    controlelement.cpp \
    resizemanipulator.cpp \
    movemanipulator.cpp \
    layeritem.cpp \
    itemutilfunctions.cpp \
    selectionrectangle.cpp \
    rubberbandselectionmanipulator.cpp \
    movetool.cpp \
    selectionindicator.cpp \
    snappinglinecreator.cpp \
    snapper.cpp \
    onedimensionalcluster.cpp \
    singleselectionmanipulator.cpp \
    scalemanipulator.cpp \
    resizetool.cpp \
    resizeindicator.cpp \
    scaleitem.cpp \
    resizecontroller.cpp \
    resizehandleitem.cpp \
    dragtool.cpp \
    toolbox.cpp \
    formeditorgraphicsview.cpp \
    numberseriesaction.cpp \
    lineeditaction.cpp \
    abstractcustomtool.cpp \
    anchorindicator.cpp \
    anchorindicatorgraphicsitem.cpp \
    bindingindicator.cpp \
    bindingindicatorgraphicsitem.cpp \
    contentnoteditableindicator.cpp \
    backgroundaction.cpp \
    formeditortoolbutton.cpp \
    option3daction.cpp

HEADERS += formeditorscene.h \
    formeditorwidget.h \
    formeditoritem.h \
    formeditorview.h \
    selectiontool.h \
    abstractformeditortool.h \
    controlelement.h \
    resizemanipulator.h \
    movemanipulator.h \
    layeritem.h \
    itemutilfunctions.h \
    selectionrectangle.h \
    rubberbandselectionmanipulator.h \
    movetool.h \
    selectionindicator.h \
    snappinglinecreator.h \
    snapper.h \
    onedimensionalcluster.h \
    singleselectionmanipulator.h \
    scalemanipulator.h \
    resizetool.h \
    resizeindicator.h \
    scaleitem.h \
    resizecontroller.h \
    resizehandleitem.h \
    dragtool.h \
    toolbox.h \
    formeditorgraphicsview.h \
    numberseriesaction.h \
    lineeditaction.h \
    abstractcustomtool.h \
    anchorindicator.h \
    anchorindicatorgraphicsitem.h \
    bindingindicator.h \
    bindingindicatorgraphicsitem.h \
    contentnoteditableindicator.h \
    backgroundaction.h \
    formeditortoolbutton.h \
    option3daction.h

RESOURCES += formeditor.qrc