author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 02 Sep 2010 21:20:32 +0300 | |
changeset 34 | a33bf25e6f72 |
parent 33 | 3e2da88830cd |
permissions | -rw-r--r-- |
0 | 1 |
|
2 |
INCLUDEPATH += $$PWD |
|
3 |
contains(QT_CONFIG, script): QT += script |
|
4 |
||
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
5 |
include(../../../../shared/qtpropertybrowser/qtpropertybrowser.pri) |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
6 |
include(../../../../shared/deviceskin/deviceskin.pri) |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
7 |
include(../../../../../src/tools/rcc/rcc.pri) |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
8 |
include(../../../../shared/findwidget/findwidget.pri) |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
9 |
include(../../../../shared/qtgradienteditor/qtgradienteditor.pri) |
0 | 10 |
|
11 |
# Input |
|
12 |
FORMS += $$PWD/addlinkdialog.ui \ |
|
13 |
$$PWD/orderdialog.ui \ |
|
14 |
$$PWD/newactiondialog.ui \ |
|
15 |
$$PWD/gridpanel.ui \ |
|
16 |
$$PWD/signalslotdialog.ui \ |
|
17 |
$$PWD/previewconfigurationwidget.ui \ |
|
18 |
$$PWD/qtresourceeditordialog.ui \ |
|
19 |
$$PWD/newformwidget.ui \ |
|
20 |
$$PWD/selectsignaldialog.ui \ |
|
21 |
$$PWD/formlayoutrowdialog.ui \ |
|
22 |
$$PWD/plugindialog.ui |
|
23 |
||
24 |
HEADERS += \ |
|
25 |
$$PWD/shared_global_p.h \ |
|
26 |
$$PWD/spacer_widget_p.h \ |
|
27 |
$$PWD/layoutinfo_p.h \ |
|
28 |
$$PWD/layout_p.h \ |
|
29 |
$$PWD/connectionedit_p.h \ |
|
30 |
$$PWD/pluginmanager_p.h \ |
|
31 |
$$PWD/metadatabase_p.h \ |
|
32 |
$$PWD/qdesigner_formeditorcommand_p.h \ |
|
33 |
$$PWD/qdesigner_formwindowcommand_p.h \ |
|
34 |
$$PWD/qdesigner_command_p.h \ |
|
35 |
$$PWD/morphmenu_p.h \ |
|
36 |
$$PWD/qdesigner_command2_p.h \ |
|
37 |
$$PWD/qdesigner_formbuilder_p.h \ |
|
38 |
$$PWD/qdesigner_taskmenu_p.h \ |
|
39 |
$$PWD/formlayoutmenu_p.h \ |
|
40 |
$$PWD/qdesigner_widget_p.h \ |
|
41 |
$$PWD/qdesigner_propertysheet_p.h \ |
|
42 |
$$PWD/qdesigner_membersheet_p.h \ |
|
43 |
$$PWD/qdesigner_propertyeditor_p.h \ |
|
44 |
$$PWD/qdesigner_objectinspector_p.h \ |
|
45 |
$$PWD/qdesigner_integration_p.h \ |
|
46 |
$$PWD/invisible_widget_p.h \ |
|
47 |
$$PWD/qlayout_widget_p.h \ |
|
48 |
$$PWD/sheet_delegate_p.h \ |
|
49 |
$$PWD/qdesigner_stackedbox_p.h \ |
|
50 |
$$PWD/qdesigner_tabwidget_p.h \ |
|
51 |
$$PWD/qdesigner_dockwidget_p.h \ |
|
52 |
$$PWD/qdesigner_toolbox_p.h \ |
|
53 |
$$PWD/qdesigner_dnditem_p.h \ |
|
54 |
$$PWD/qsimpleresource_p.h \ |
|
55 |
$$PWD/widgetfactory_p.h \ |
|
56 |
$$PWD/widgetdatabase_p.h \ |
|
57 |
$$PWD/qdesigner_promotion_p.h \ |
|
58 |
$$PWD/qdesigner_introspection_p.h \ |
|
59 |
$$PWD/promotionmodel_p.h \ |
|
60 |
$$PWD/qdesigner_promotiondialog_p.h \ |
|
61 |
$$PWD/iconloader_p.h \ |
|
62 |
$$PWD/richtexteditor_p.h \ |
|
63 |
$$PWD/plaintexteditor_p.h \ |
|
64 |
$$PWD/actioneditor_p.h \ |
|
65 |
$$PWD/actionrepository_p.h \ |
|
66 |
$$PWD/qdesigner_toolbar_p.h \ |
|
67 |
$$PWD/qdesigner_menubar_p.h \ |
|
68 |
$$PWD/qdesigner_menu_p.h \ |
|
69 |
$$PWD/actionprovider_p.h \ |
|
70 |
$$PWD/orderdialog_p.h \ |
|
71 |
$$PWD/newactiondialog_p.h \ |
|
72 |
$$PWD/stylesheeteditor_p.h \ |
|
73 |
$$PWD/csshighlighter_p.h \ |
|
74 |
$$PWD/shared_enums_p.h \ |
|
75 |
$$PWD/textpropertyeditor_p.h \ |
|
76 |
$$PWD/propertylineedit_p.h \ |
|
77 |
$$PWD/promotiontaskmenu_p.h \ |
|
78 |
$$PWD/scripterrordialog_p.h \ |
|
79 |
$$PWD/scriptcommand_p.h \ |
|
80 |
$$PWD/scriptdialog_p.h \ |
|
81 |
$$PWD/qscripthighlighter_p.h \ |
|
82 |
$$PWD/gridpanel_p.h \ |
|
83 |
$$PWD/grid_p.h \ |
|
84 |
$$PWD/formwindowbase_p.h \ |
|
85 |
$$PWD/qdesigner_utils_p.h \ |
|
86 |
$$PWD/qdesigner_widgetbox_p.h \ |
|
87 |
$$PWD/signalslotdialog_p.h \ |
|
88 |
$$PWD/extensionfactory_p.h \ |
|
89 |
$$PWD/dialoggui_p.h \ |
|
90 |
$$PWD/deviceprofile_p.h \ |
|
91 |
$$PWD/zoomwidget_p.h \ |
|
92 |
$$PWD/previewmanager_p.h \ |
|
93 |
$$PWD/previewconfigurationwidget_p.h \ |
|
94 |
$$PWD/codedialog_p.h \ |
|
95 |
$$PWD/qtresourceeditordialog_p.h \ |
|
96 |
$$PWD/qtresourcemodel_p.h \ |
|
97 |
$$PWD/qtresourceview_p.h \ |
|
98 |
$$PWD/iconselector_p.h \ |
|
99 |
$$PWD/htmlhighlighter_p.h \ |
|
100 |
$$PWD/qdesigner_widgetitem_p.h \ |
|
101 |
$$PWD/qdesigner_qsettings_p.h \ |
|
102 |
$$PWD/qdesigner_formwindowmanager_p.h \ |
|
103 |
$$PWD/shared_settings_p.h \ |
|
104 |
$$PWD/newformwidget_p.h \ |
|
105 |
$$PWD/filterwidget_p.h \ |
|
106 |
$$PWD/plugindialog_p.h |
|
107 |
||
108 |
SOURCES += \ |
|
109 |
$$PWD/spacer_widget.cpp \ |
|
110 |
$$PWD/layoutinfo.cpp \ |
|
111 |
$$PWD/layout.cpp \ |
|
112 |
$$PWD/connectionedit.cpp \ |
|
113 |
$$PWD/pluginmanager.cpp \ |
|
114 |
$$PWD/qdesigner_formwindowcommand.cpp \ |
|
115 |
$$PWD/qdesigner_formeditorcommand.cpp \ |
|
116 |
$$PWD/qdesigner_command.cpp \ |
|
117 |
$$PWD/morphmenu.cpp \ |
|
118 |
$$PWD/qdesigner_command2.cpp \ |
|
119 |
$$PWD/qdesigner_propertycommand.cpp \ |
|
120 |
$$PWD/qdesigner_formbuilder.cpp \ |
|
121 |
$$PWD/qdesigner_taskmenu.cpp \ |
|
122 |
$$PWD/formlayoutmenu.cpp \ |
|
123 |
$$PWD/qdesigner_widget.cpp \ |
|
124 |
$$PWD/qdesigner_dockwidget.cpp \ |
|
125 |
$$PWD/qdesigner_propertysheet.cpp \ |
|
126 |
$$PWD/qdesigner_membersheet.cpp \ |
|
127 |
$$PWD/qdesigner_propertyeditor.cpp \ |
|
128 |
$$PWD/qdesigner_objectinspector.cpp \ |
|
129 |
$$PWD/qdesigner_integration.cpp \ |
|
130 |
$$PWD/qdesigner_dnditem.cpp \ |
|
131 |
$$PWD/qsimpleresource.cpp \ |
|
132 |
$$PWD/invisible_widget.cpp \ |
|
133 |
$$PWD/qlayout_widget.cpp \ |
|
134 |
$$PWD/sheet_delegate.cpp \ |
|
135 |
$$PWD/metadatabase.cpp \ |
|
136 |
$$PWD/qdesigner_stackedbox.cpp \ |
|
137 |
$$PWD/qdesigner_tabwidget.cpp \ |
|
138 |
$$PWD/qdesigner_toolbox.cpp \ |
|
139 |
$$PWD/widgetfactory.cpp \ |
|
140 |
$$PWD/widgetdatabase.cpp \ |
|
141 |
$$PWD/qdesigner_promotion.cpp \ |
|
142 |
$$PWD/qdesigner_introspection.cpp \ |
|
143 |
$$PWD/promotionmodel.cpp \ |
|
144 |
$$PWD/qdesigner_promotiondialog.cpp \ |
|
145 |
$$PWD/richtexteditor.cpp \ |
|
146 |
$$PWD/plaintexteditor.cpp \ |
|
147 |
$$PWD/actioneditor.cpp \ |
|
148 |
$$PWD/actionrepository.cpp \ |
|
149 |
$$PWD/qdesigner_toolbar.cpp \ |
|
150 |
$$PWD/qdesigner_menubar.cpp \ |
|
151 |
$$PWD/qdesigner_menu.cpp \ |
|
152 |
$$PWD/orderdialog.cpp \ |
|
153 |
$$PWD/newactiondialog.cpp \ |
|
154 |
$$PWD/stylesheeteditor.cpp \ |
|
155 |
$$PWD/csshighlighter.cpp \ |
|
156 |
$$PWD/textpropertyeditor.cpp \ |
|
157 |
$$PWD/propertylineedit.cpp \ |
|
158 |
$$PWD/promotiontaskmenu.cpp \ |
|
159 |
$$PWD/scripterrordialog.cpp \ |
|
160 |
$$PWD/scriptcommand.cpp \ |
|
161 |
$$PWD/scriptdialog.cpp \ |
|
162 |
$$PWD/qscripthighlighter.cpp\ |
|
163 |
$$PWD/gridpanel.cpp \ |
|
164 |
$$PWD/grid.cpp \ |
|
165 |
$$PWD/formwindowbase.cpp \ |
|
166 |
$$PWD/qdesigner_utils.cpp \ |
|
167 |
$$PWD/qdesigner_widgetbox.cpp \ |
|
168 |
$$PWD/iconloader.cpp \ |
|
169 |
$$PWD/signalslotdialog.cpp \ |
|
170 |
$$PWD/dialoggui.cpp \ |
|
171 |
$$PWD/deviceprofile.cpp \ |
|
172 |
$$PWD/zoomwidget.cpp \ |
|
173 |
$$PWD/previewmanager.cpp \ |
|
174 |
$$PWD/previewconfigurationwidget.cpp \ |
|
175 |
$$PWD/codedialog.cpp \ |
|
176 |
$$PWD/qtresourceeditordialog.cpp \ |
|
177 |
$$PWD/qtresourcemodel.cpp \ |
|
178 |
$$PWD/qtresourceview.cpp \ |
|
179 |
$$PWD/iconselector.cpp \ |
|
180 |
$$PWD/htmlhighlighter.cpp \ |
|
181 |
$$PWD/qdesigner_widgetitem.cpp \ |
|
182 |
$$PWD/qdesigner_qsettings.cpp \ |
|
183 |
$$PWD/qdesigner_formwindowmanager.cpp \ |
|
184 |
$$PWD/shared_settings.cpp \ |
|
185 |
$$PWD/newformwidget.cpp \ |
|
186 |
$$PWD/filterwidget.cpp \ |
|
187 |
$$PWD/plugindialog.cpp |
|
188 |
||
189 |
RESOURCES += $$PWD/shared.qrc |