1 | INCLUDEPATH += $$PWD
|
---|
2 |
|
---|
3 | HEADERS += \
|
---|
4 | $$PWD/qdeclarativeitemsmodule_p.h \
|
---|
5 | $$PWD/qdeclarativeanchors_p.h \
|
---|
6 | $$PWD/qdeclarativeanchors_p_p.h \
|
---|
7 | $$PWD/qdeclarativeevents_p_p.h \
|
---|
8 | $$PWD/qdeclarativeflickable_p.h \
|
---|
9 | $$PWD/qdeclarativeflickable_p_p.h \
|
---|
10 | $$PWD/qdeclarativeflipable_p.h \
|
---|
11 | $$PWD/qdeclarativegridview_p.h \
|
---|
12 | $$PWD/qdeclarativeimage_p.h \
|
---|
13 | $$PWD/qdeclarativeimagebase_p.h \
|
---|
14 | $$PWD/qdeclarativeborderimage_p.h \
|
---|
15 | $$PWD/qdeclarativepainteditem_p.h \
|
---|
16 | $$PWD/qdeclarativepainteditem_p_p.h \
|
---|
17 | $$PWD/qdeclarativeimage_p_p.h \
|
---|
18 | $$PWD/qdeclarativeborderimage_p_p.h \
|
---|
19 | $$PWD/qdeclarativeimagebase_p_p.h \
|
---|
20 | $$PWD/qdeclarativeanimatedimage_p.h \
|
---|
21 | $$PWD/qdeclarativeanimatedimage_p_p.h \
|
---|
22 | $$PWD/qdeclarativeitem.h \
|
---|
23 | $$PWD/qdeclarativeitem_p.h \
|
---|
24 | $$PWD/qdeclarativefocuspanel_p.h \
|
---|
25 | $$PWD/qdeclarativefocusscope_p.h \
|
---|
26 | $$PWD/qdeclarativepositioners_p.h \
|
---|
27 | $$PWD/qdeclarativepositioners_p_p.h \
|
---|
28 | $$PWD/qdeclarativeloader_p.h \
|
---|
29 | $$PWD/qdeclarativeloader_p_p.h \
|
---|
30 | $$PWD/qdeclarativemousearea_p.h \
|
---|
31 | $$PWD/qdeclarativemousearea_p_p.h \
|
---|
32 | $$PWD/qdeclarativepath_p.h \
|
---|
33 | $$PWD/qdeclarativepath_p_p.h \
|
---|
34 | $$PWD/qdeclarativepathview_p.h \
|
---|
35 | $$PWD/qdeclarativepathview_p_p.h \
|
---|
36 | $$PWD/qdeclarativerectangle_p.h \
|
---|
37 | $$PWD/qdeclarativerectangle_p_p.h \
|
---|
38 | $$PWD/qdeclarativerepeater_p.h \
|
---|
39 | $$PWD/qdeclarativerepeater_p_p.h \
|
---|
40 | $$PWD/qdeclarativescalegrid_p_p.h \
|
---|
41 | $$PWD/qdeclarativetranslate_p.h \
|
---|
42 | $$PWD/qdeclarativetextinput_p.h \
|
---|
43 | $$PWD/qdeclarativetextinput_p_p.h \
|
---|
44 | $$PWD/qdeclarativetextedit_p.h \
|
---|
45 | $$PWD/qdeclarativetextedit_p_p.h \
|
---|
46 | $$PWD/qdeclarativetext_p.h \
|
---|
47 | $$PWD/qdeclarativetext_p_p.h \
|
---|
48 | $$PWD/qdeclarativevisualitemmodel_p.h \
|
---|
49 | $$PWD/qdeclarativelistview_p.h \
|
---|
50 | $$PWD/qdeclarativelayoutitem_p.h \
|
---|
51 | $$PWD/qdeclarativeitemchangelistener_p.h \
|
---|
52 | $$PWD/qdeclarativegraphicswidget_p.h \
|
---|
53 | $$PWD/qdeclarativetextlayout_p.h
|
---|
54 |
|
---|
55 | SOURCES += \
|
---|
56 | $$PWD/qdeclarativeitemsmodule.cpp \
|
---|
57 | $$PWD/qdeclarativeanchors.cpp \
|
---|
58 | $$PWD/qdeclarativeevents.cpp \
|
---|
59 | $$PWD/qdeclarativeflickable.cpp \
|
---|
60 | $$PWD/qdeclarativeflipable.cpp \
|
---|
61 | $$PWD/qdeclarativegridview.cpp \
|
---|
62 | $$PWD/qdeclarativeimage.cpp \
|
---|
63 | $$PWD/qdeclarativeborderimage.cpp \
|
---|
64 | $$PWD/qdeclarativeimagebase.cpp \
|
---|
65 | $$PWD/qdeclarativeanimatedimage.cpp \
|
---|
66 | $$PWD/qdeclarativepainteditem.cpp \
|
---|
67 | $$PWD/qdeclarativeitem.cpp \
|
---|
68 | $$PWD/qdeclarativefocuspanel.cpp \
|
---|
69 | $$PWD/qdeclarativefocusscope.cpp \
|
---|
70 | $$PWD/qdeclarativepositioners.cpp \
|
---|
71 | $$PWD/qdeclarativeloader.cpp \
|
---|
72 | $$PWD/qdeclarativemousearea.cpp \
|
---|
73 | $$PWD/qdeclarativepath.cpp \
|
---|
74 | $$PWD/qdeclarativepathview.cpp \
|
---|
75 | $$PWD/qdeclarativerectangle.cpp \
|
---|
76 | $$PWD/qdeclarativerepeater.cpp \
|
---|
77 | $$PWD/qdeclarativescalegrid.cpp \
|
---|
78 | $$PWD/qdeclarativetranslate.cpp \
|
---|
79 | $$PWD/qdeclarativetextinput.cpp \
|
---|
80 | $$PWD/qdeclarativetext.cpp \
|
---|
81 | $$PWD/qdeclarativetextedit.cpp \
|
---|
82 | $$PWD/qdeclarativevisualitemmodel.cpp \
|
---|
83 | $$PWD/qdeclarativelistview.cpp \
|
---|
84 | $$PWD/qdeclarativelayoutitem.cpp \
|
---|
85 | $$PWD/qdeclarativegraphicswidget.cpp \
|
---|
86 | $$PWD/qdeclarativetextlayout.cpp
|
---|
87 |
|
---|