summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/formeditor/formeditor.pri
blob: f353e868ee4dabf4df1ae0fccf86e338d5ba2f9f (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
VPATH += $$PWD
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/../navigator
DEPENDPATH += $$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 \
    zoomaction.cpp \
    formeditorgraphicsview.cpp \
    numberseriesaction.cpp \
    lineeditaction.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 \
    zoomaction.h \
    formeditorgraphicsview.h \
    numberseriesaction.h \
    lineeditaction.h
RESOURCES += formeditor.qrc