summaryrefslogtreecommitdiffstats
path: root/src/graphicsitems/graphicsitems.pri
blob: a03df6e7100a4315a460f0c6b2cdd0d3f5018cb0 (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
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/qxrectangle_p.h \
    $$PWD/qxrectangle_p_p.h \
    $$PWD/qxparticles_p.h \
    $$PWD/qxitem.h \
    $$PWD/qxitem_p.h \
    $$PWD/qxanchors_p.h \
    $$PWD/qxanchors_p_p.h \
    $$PWD/qxitemchangelistener_p.h \
    $$PWD/qxmousearea_p.h \
    $$PWD/qxmousearea_p_p.h \
    $$PWD/qxevents_p.h \
    $$PWD/qximagebase_p.h \
    $$PWD/qximagebase_p_p.h \
    $$PWD/qximage_p.h \
    $$PWD/qximage_p_p.h \
    $$PWD/qxborderimage_p.h \
    $$PWD/qxborderimage_p_p.h \
    $$PWD/qxtext_p.h \
    $$PWD/qxtext_p_p.h \
    $$PWD/qxflickable_p.h \
    $$PWD/qxflickable_p_p.h \
    $$PWD/qxflipable_p.h \
    $$PWD/qxvisualitemmodel_p.h \
    $$PWD/qxlistview_p.h \
    $$PWD/qxgridview_p.h \
    $$PWD/qxpathview_p.h \
    $$PWD/qxpathview_p_p.h \
    $$PWD/qxpositioners_p.h \
    $$PWD/qxpositioners_p_p.h \
    $$PWD/qxpainteditem_p_p.h \
    $$PWD/qxpainteditem_p.h \
    $$PWD/qxtextedit_p_p.h \
    $$PWD/qxtextedit_p.h \
    $$PWD/qxtextinput_p_p.h \
    $$PWD/qxtextinput_p.h \
    $$PWD/qxloader_p.h \
    $$PWD/qxloader_p_p.h \
    $$PWD/qxrepeater_p.h \
    $$PWD/qxrepeater_p_p.h \
    $$PWD/qxstateoperations_p.h \
    $$PWD/qxanchoranimation_p.h \
    $$PWD/qxanchoranimation_p_p.h \
    $$PWD/qxparentanimation_p.h \
    $$PWD/qxparentanimation_p_p.h \
    $$PWD/qxfocusscope_p.h \
    $$PWD/qxpaintitem.h \
    $$PWD/qxpaintitem_p.h \
    $$PWD/nodes/qxparticlenode_p.h \
    $$PWD/nodes/qxninepatchnode_p.h \
    $$PWD/nodes/qxpainternode.h

SOURCES += \
    $$PWD/qxrectangle.cpp \
    $$PWD/qxparticles.cpp \
    $$PWD/qxitem.cpp \
    $$PWD/qxanchors.cpp \
    $$PWD/qxmousearea.cpp \
    $$PWD/qximagebase.cpp \
    $$PWD/qximage.cpp \
    $$PWD/qxborderimage.cpp \
    $$PWD/qxtext.cpp \
    $$PWD/qxflickable.cpp \
    $$PWD/qxflipable.cpp \
    $$PWD/qxvisualitemmodel.cpp \
    $$PWD/qxlistview.cpp \
    $$PWD/qxgridview.cpp \
    $$PWD/qxpathview.cpp \
    $$PWD/qxpositioners.cpp \
    $$PWD/qxpainteditem.cpp \
    $$PWD/qxtextedit.cpp \
    $$PWD/qxtextinput.cpp \
    $$PWD/qxloader.cpp \
    $$PWD/qxrepeater.cpp \
    $$PWD/qxstateoperations.cpp \
    $$PWD/qxanchoranimation.cpp \
    $$PWD/qxparentanimation.cpp \
    $$PWD/qxfocusscope.cpp \
    $$PWD/qxpaintitem.cpp \
    $$PWD/nodes/qxparticlenode.cpp \
    $$PWD/nodes/qxninepatchnode.cpp \
    $$PWD/nodes/qxpainternode.cpp