blob: 828636082c52dfa30bc920fcee4224e2f1bcc5f7 (
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
|
INCLUDEPATH += $$PWD
contains(QT_CONFIG, script): QT += script
include(../../../../shared/qtpropertybrowser/qtpropertybrowser.pri)
include(../../../../shared/deviceskin/deviceskin.pri)
include(../../../../../src/tools/rcc/rcc.pri)
include(../../../../shared/findwidget/findwidget.pri)
include(../../../../shared/qtgradienteditor/qtgradienteditor.pri)
# Input
FORMS += $$PWD/addlinkdialog.ui \
$$PWD/orderdialog.ui \
$$PWD/newactiondialog.ui \
$$PWD/gridpanel.ui \
$$PWD/signalslotdialog.ui \
$$PWD/previewconfigurationwidget.ui \
$$PWD/qtresourceeditordialog.ui \
$$PWD/newformwidget.ui \
$$PWD/selectsignaldialog.ui \
$$PWD/formlayoutrowdialog.ui \
$$PWD/plugindialog.ui
HEADERS += \
$$PWD/shared_global_p.h \
$$PWD/spacer_widget_p.h \
$$PWD/layoutinfo_p.h \
$$PWD/layout_p.h \
$$PWD/connectionedit_p.h \
$$PWD/pluginmanager_p.h \
$$PWD/metadatabase_p.h \
$$PWD/qdesigner_formeditorcommand_p.h \
$$PWD/qdesigner_formwindowcommand_p.h \
$$PWD/qdesigner_command_p.h \
$$PWD/morphmenu_p.h \
$$PWD/qdesigner_command2_p.h \
$$PWD/qdesigner_formbuilder_p.h \
$$PWD/qdesigner_taskmenu_p.h \
$$PWD/formlayoutmenu_p.h \
$$PWD/qdesigner_widget_p.h \
$$PWD/qdesigner_propertysheet_p.h \
$$PWD/qdesigner_membersheet_p.h \
$$PWD/qdesigner_propertyeditor_p.h \
$$PWD/qdesigner_objectinspector_p.h \
$$PWD/qdesigner_integration_p.h \
$$PWD/invisible_widget_p.h \
$$PWD/qlayout_widget_p.h \
$$PWD/sheet_delegate_p.h \
$$PWD/qdesigner_stackedbox_p.h \
$$PWD/qdesigner_tabwidget_p.h \
$$PWD/qdesigner_dockwidget_p.h \
$$PWD/qdesigner_toolbox_p.h \
$$PWD/qdesigner_dnditem_p.h \
$$PWD/qsimpleresource_p.h \
$$PWD/widgetfactory_p.h \
$$PWD/widgetdatabase_p.h \
$$PWD/qdesigner_promotion_p.h \
$$PWD/qdesigner_introspection_p.h \
$$PWD/promotionmodel_p.h \
$$PWD/qdesigner_promotiondialog_p.h \
$$PWD/iconloader_p.h \
$$PWD/richtexteditor_p.h \
$$PWD/plaintexteditor_p.h \
$$PWD/actioneditor_p.h \
$$PWD/actionrepository_p.h \
$$PWD/qdesigner_toolbar_p.h \
$$PWD/qdesigner_menubar_p.h \
$$PWD/qdesigner_menu_p.h \
$$PWD/actionprovider_p.h \
$$PWD/orderdialog_p.h \
$$PWD/newactiondialog_p.h \
$$PWD/stylesheeteditor_p.h \
$$PWD/csshighlighter_p.h \
$$PWD/shared_enums_p.h \
$$PWD/textpropertyeditor_p.h \
$$PWD/propertylineedit_p.h \
$$PWD/promotiontaskmenu_p.h \
$$PWD/scripterrordialog_p.h \
$$PWD/scriptcommand_p.h \
$$PWD/scriptdialog_p.h \
$$PWD/qscripthighlighter_p.h \
$$PWD/gridpanel_p.h \
$$PWD/grid_p.h \
$$PWD/formwindowbase_p.h \
$$PWD/qdesigner_utils_p.h \
$$PWD/qdesigner_widgetbox_p.h \
$$PWD/signalslotdialog_p.h \
$$PWD/extensionfactory_p.h \
$$PWD/dialoggui_p.h \
$$PWD/deviceprofile_p.h \
$$PWD/zoomwidget_p.h \
$$PWD/previewmanager_p.h \
$$PWD/previewconfigurationwidget_p.h \
$$PWD/codedialog_p.h \
$$PWD/qtresourceeditordialog_p.h \
$$PWD/qtresourcemodel_p.h \
$$PWD/qtresourceview_p.h \
$$PWD/iconselector_p.h \
$$PWD/htmlhighlighter_p.h \
$$PWD/qdesigner_widgetitem_p.h \
$$PWD/qdesigner_qsettings_p.h \
$$PWD/qdesigner_formwindowmanager_p.h \
$$PWD/shared_settings_p.h \
$$PWD/newformwidget_p.h \
$$PWD/filterwidget_p.h \
$$PWD/plugindialog_p.h
SOURCES += \
$$PWD/spacer_widget.cpp \
$$PWD/layoutinfo.cpp \
$$PWD/layout.cpp \
$$PWD/connectionedit.cpp \
$$PWD/pluginmanager.cpp \
$$PWD/qdesigner_formwindowcommand.cpp \
$$PWD/qdesigner_formeditorcommand.cpp \
$$PWD/qdesigner_command.cpp \
$$PWD/morphmenu.cpp \
$$PWD/qdesigner_command2.cpp \
$$PWD/qdesigner_propertycommand.cpp \
$$PWD/qdesigner_formbuilder.cpp \
$$PWD/qdesigner_taskmenu.cpp \
$$PWD/formlayoutmenu.cpp \
$$PWD/qdesigner_widget.cpp \
$$PWD/qdesigner_dockwidget.cpp \
$$PWD/qdesigner_propertysheet.cpp \
$$PWD/qdesigner_membersheet.cpp \
$$PWD/qdesigner_propertyeditor.cpp \
$$PWD/qdesigner_objectinspector.cpp \
$$PWD/qdesigner_integration.cpp \
$$PWD/qdesigner_dnditem.cpp \
$$PWD/qsimpleresource.cpp \
$$PWD/invisible_widget.cpp \
$$PWD/qlayout_widget.cpp \
$$PWD/sheet_delegate.cpp \
$$PWD/metadatabase.cpp \
$$PWD/qdesigner_stackedbox.cpp \
$$PWD/qdesigner_tabwidget.cpp \
$$PWD/qdesigner_toolbox.cpp \
$$PWD/widgetfactory.cpp \
$$PWD/widgetdatabase.cpp \
$$PWD/qdesigner_promotion.cpp \
$$PWD/qdesigner_introspection.cpp \
$$PWD/promotionmodel.cpp \
$$PWD/qdesigner_promotiondialog.cpp \
$$PWD/richtexteditor.cpp \
$$PWD/plaintexteditor.cpp \
$$PWD/actioneditor.cpp \
$$PWD/actionrepository.cpp \
$$PWD/qdesigner_toolbar.cpp \
$$PWD/qdesigner_menubar.cpp \
$$PWD/qdesigner_menu.cpp \
$$PWD/orderdialog.cpp \
$$PWD/newactiondialog.cpp \
$$PWD/stylesheeteditor.cpp \
$$PWD/csshighlighter.cpp \
$$PWD/textpropertyeditor.cpp \
$$PWD/propertylineedit.cpp \
$$PWD/promotiontaskmenu.cpp \
$$PWD/scripterrordialog.cpp \
$$PWD/scriptcommand.cpp \
$$PWD/scriptdialog.cpp \
$$PWD/qscripthighlighter.cpp\
$$PWD/gridpanel.cpp \
$$PWD/grid.cpp \
$$PWD/formwindowbase.cpp \
$$PWD/qdesigner_utils.cpp \
$$PWD/qdesigner_widgetbox.cpp \
$$PWD/iconloader.cpp \
$$PWD/signalslotdialog.cpp \
$$PWD/dialoggui.cpp \
$$PWD/deviceprofile.cpp \
$$PWD/zoomwidget.cpp \
$$PWD/previewmanager.cpp \
$$PWD/previewconfigurationwidget.cpp \
$$PWD/codedialog.cpp \
$$PWD/qtresourceeditordialog.cpp \
$$PWD/qtresourcemodel.cpp \
$$PWD/qtresourceview.cpp \
$$PWD/iconselector.cpp \
$$PWD/htmlhighlighter.cpp \
$$PWD/qdesigner_widgetitem.cpp \
$$PWD/qdesigner_qsettings.cpp \
$$PWD/qdesigner_formwindowmanager.cpp \
$$PWD/shared_settings.cpp \
$$PWD/newformwidget.cpp \
$$PWD/filterwidget.cpp \
$$PWD/plugindialog.cpp
RESOURCES += $$PWD/shared.qrc
|