1INCLUDEPATH += $$PWD
2
3HEADERS += \
4    $$PWD/actionhandler.h \
5    $$PWD/actionprovider.h \
6    $$PWD/attributeitemdelegate.h \
7    $$PWD/attributeitemmodel.h \
8    $$PWD/baseitem.h \
9    $$PWD/connectableitem.h \
10    $$PWD/cornergrabberitem.h \
11    $$PWD/finalstateitem.h \
12    $$PWD/genericscxmlplugin.h  \
13    $$PWD/graphicsitemprovider.h \
14    $$PWD/graphicsscene.h \
15    $$PWD/highlightitem.h \
16    $$PWD/historyitem.h \
17    $$PWD/idwarningitem.h \
18    $$PWD/imageprovider.h \
19    $$PWD/initialstateitem.h \
20    $$PWD/initialwarningitem.h \
21    $$PWD/isceditor.h \
22    $$PWD/layoutitem.h \
23    $$PWD/mytypes.h \
24    $$PWD/parallelitem.h \
25    $$PWD/quicktransitionitem.h \
26    $$PWD/scattributeitemdelegate.h \
27    $$PWD/scattributeitemmodel.h \
28    $$PWD/sceneutils.h \
29    $$PWD/scgraphicsitemprovider.h \
30    $$PWD/scshapeprovider.h \
31    $$PWD/scutilsprovider.h \
32    $$PWD/scxmldocument.h \
33    $$PWD/scxmlnamespace.h \
34    $$PWD/scxmltag.h \
35    $$PWD/scxmltagutils.h \
36    $$PWD/scxmltypes.h \
37    $$PWD/scxmluifactory.h \
38    $$PWD/serializer.h \
39    $$PWD/shapeprovider.h \
40    $$PWD/snapline.h \
41    $$PWD/stateitem.h \
42    $$PWD/statewarningitem.h \
43    $$PWD/tagtextitem.h \
44    $$PWD/textitem.h \
45    $$PWD/transitionitem.h \
46    $$PWD/transitionwarningitem.h \
47    $$PWD/undocommands.h \
48    $$PWD/utilsprovider.h \
49    $$PWD/warningitem.h \
50    $$PWD/warningprovider.h
51
52SOURCES += \
53    $$PWD/actionhandler.cpp \
54    $$PWD/attributeitemdelegate.cpp \
55    $$PWD/attributeitemmodel.cpp \
56    $$PWD/baseitem.cpp \
57    $$PWD/connectableitem.cpp \
58    $$PWD/cornergrabberitem.cpp \
59    $$PWD/finalstateitem.cpp \
60    $$PWD/genericscxmlplugin.cpp \
61    $$PWD/graphicsscene.cpp \
62    $$PWD/highlightitem.cpp \
63    $$PWD/historyitem.cpp \
64    $$PWD/idwarningitem.cpp \
65    $$PWD/imageprovider.cpp \
66    $$PWD/initialstateitem.cpp \
67    $$PWD/initialwarningitem.cpp \
68    $$PWD/layoutitem.cpp \
69    $$PWD/parallelitem.cpp \
70    $$PWD/quicktransitionitem.cpp \
71    $$PWD/scattributeitemdelegate.cpp \
72    $$PWD/scattributeitemmodel.cpp \
73    $$PWD/sceneutils.cpp \
74    $$PWD/scgraphicsitemprovider.cpp \
75    $$PWD/scshapeprovider.cpp \
76    $$PWD/scutilsprovider.cpp \
77    $$PWD/scxmldocument.cpp \
78    $$PWD/scxmlnamespace.cpp \
79    $$PWD/scxmltag.cpp \
80    $$PWD/scxmltagutils.cpp \
81    $$PWD/scxmluifactory.cpp \
82    $$PWD/serializer.cpp \
83    $$PWD/shapeprovider.cpp \
84    $$PWD/snapline.cpp \
85    $$PWD/stateitem.cpp \
86    $$PWD/statewarningitem.cpp \
87    $$PWD/tagtextitem.cpp \
88    $$PWD/textitem.cpp \
89    $$PWD/transitionitem.cpp \
90    $$PWD/transitionwarningitem.cpp \
91    $$PWD/undocommands.cpp \
92    $$PWD/utilsprovider.cpp \
93    $$PWD/warningitem.cpp
94