aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor/plugin_interface/plugin_interface.pri
blob: 26b8aa19f73cca879aec3e8297cd0f6381005825 (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
83
84
85
86
87
88
89
90
91
92
93
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/actionhandler.h \
    $$PWD/actionprovider.h \
    $$PWD/attributeitemdelegate.h \
    $$PWD/attributeitemmodel.h \
    $$PWD/baseitem.h \
    $$PWD/connectableitem.h \
    $$PWD/cornergrabberitem.h \
    $$PWD/finalstateitem.h \
    $$PWD/genericscxmlplugin.h  \
    $$PWD/graphicsitemprovider.h \
    $$PWD/graphicsscene.h \
    $$PWD/highlightitem.h \
    $$PWD/historyitem.h \
    $$PWD/idwarningitem.h \
    $$PWD/imageprovider.h \
    $$PWD/initialstateitem.h \
    $$PWD/initialwarningitem.h \
    $$PWD/isceditor.h \
    $$PWD/layoutitem.h \
    $$PWD/mytypes.h \
    $$PWD/parallelitem.h \
    $$PWD/quicktransitionitem.h \
    $$PWD/scattributeitemdelegate.h \
    $$PWD/scattributeitemmodel.h \
    $$PWD/sceneutils.h \
    $$PWD/scgraphicsitemprovider.h \
    $$PWD/scshapeprovider.h \
    $$PWD/scutilsprovider.h \
    $$PWD/scxmldocument.h \
    $$PWD/scxmlnamespace.h \
    $$PWD/scxmltag.h \
    $$PWD/scxmltagutils.h \
    $$PWD/scxmltypes.h \
    $$PWD/scxmluifactory.h \
    $$PWD/serializer.h \
    $$PWD/shapeprovider.h \
    $$PWD/snapline.h \
    $$PWD/stateitem.h \
    $$PWD/statewarningitem.h \
    $$PWD/tagtextitem.h \
    $$PWD/textitem.h \
    $$PWD/transitionitem.h \
    $$PWD/transitionwarningitem.h \
    $$PWD/undocommands.h \
    $$PWD/utilsprovider.h \
    $$PWD/warningitem.h \
    $$PWD/warningprovider.h

SOURCES += \
    $$PWD/actionhandler.cpp \
    $$PWD/attributeitemdelegate.cpp \
    $$PWD/attributeitemmodel.cpp \
    $$PWD/baseitem.cpp \
    $$PWD/connectableitem.cpp \
    $$PWD/cornergrabberitem.cpp \
    $$PWD/finalstateitem.cpp \
    $$PWD/genericscxmlplugin.cpp \
    $$PWD/graphicsscene.cpp \
    $$PWD/highlightitem.cpp \
    $$PWD/historyitem.cpp \
    $$PWD/idwarningitem.cpp \
    $$PWD/imageprovider.cpp \
    $$PWD/initialstateitem.cpp \
    $$PWD/initialwarningitem.cpp \
    $$PWD/layoutitem.cpp \
    $$PWD/parallelitem.cpp \
    $$PWD/quicktransitionitem.cpp \
    $$PWD/scattributeitemdelegate.cpp \
    $$PWD/scattributeitemmodel.cpp \
    $$PWD/sceneutils.cpp \
    $$PWD/scgraphicsitemprovider.cpp \
    $$PWD/scshapeprovider.cpp \
    $$PWD/scutilsprovider.cpp \
    $$PWD/scxmldocument.cpp \
    $$PWD/scxmlnamespace.cpp \
    $$PWD/scxmltag.cpp \
    $$PWD/scxmltagutils.cpp \
    $$PWD/scxmluifactory.cpp \
    $$PWD/serializer.cpp \
    $$PWD/shapeprovider.cpp \
    $$PWD/snapline.cpp \
    $$PWD/stateitem.cpp \
    $$PWD/statewarningitem.cpp \
    $$PWD/tagtextitem.cpp \
    $$PWD/textitem.cpp \
    $$PWD/transitionitem.cpp \
    $$PWD/transitionwarningitem.cpp \
    $$PWD/undocommands.cpp \
    $$PWD/utilsprovider.cpp \
    $$PWD/warningitem.cpp