blob: 16f02fa6f29dae0cd296151fb4933587cf23015b (
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
|
QT += network xml
PROVIDER = BlackBerry
include(../../qtcreatorplugin.pri)
SOURCES += qnxplugin.cpp \
blackberryqtversionfactory.cpp \
blackberryqtversion.cpp \
qnxbaseqtconfigwidget.cpp \
blackberrydeployconfigurationfactory.cpp \
blackberrydeployconfiguration.cpp \
blackberrycreatepackagestep.cpp \
blackberrycreatepackagestepconfigwidget.cpp \
blackberrycreatepackagestepfactory.cpp \
blackberrydeploystep.cpp \
blackberrydeployconfigurationwidget.cpp \
blackberrydeploystepconfigwidget.cpp \
blackberrydeviceconfigurationfactory.cpp \
blackberrydeviceconfigurationwizard.cpp \
blackberrydeviceconfigurationwizardpages.cpp \
blackberrydeploystepfactory.cpp \
blackberryrunconfiguration.cpp \
blackberryrunconfigurationwidget.cpp \
blackberryrunconfigurationfactory.cpp \
blackberryruncontrolfactory.cpp \
blackberryruncontrol.cpp \
blackberrydebugsupport.cpp \
blackberryapplicationrunner.cpp \
qnxutils.cpp \
blackberrydeviceconfigurationwidget.cpp \
qnxdeviceconfigurationfactory.cpp \
qnxdeviceconfigurationwizard.cpp \
qnxdeviceconfigurationwizardpages.cpp \
qnxrunconfiguration.cpp \
qnxruncontrolfactory.cpp \
qnxabstractrunsupport.cpp \
qnxanalyzesupport.cpp \
qnxdebugsupport.cpp \
qnxdeploystepfactory.cpp \
qnxdeployconfigurationfactory.cpp \
qnxrunconfigurationfactory.cpp \
qnxruncontrol.cpp \
qnxqtversionfactory.cpp \
qnxqtversion.cpp \
qnxabstractqtversion.cpp \
blackberrydeviceconfiguration.cpp \
qnxdeployconfiguration.cpp \
qnxdeviceconfiguration.cpp \
blackberrydeployinformation.cpp \
pathchooserdelegate.cpp \
blackberryabstractdeploystep.cpp \
blackberryndksettingswidget.cpp \
blackberryndksettingspage.cpp \
blackberryconfiguration.cpp \
bardescriptormagicmatcher.cpp \
bardescriptoreditorfactory.cpp \
bardescriptoreditor.cpp \
bardescriptoreditorwidget.cpp \
bardescriptordocument.cpp \
bardescriptordocumentnodehandlers.cpp \
bardescriptorpermissionsmodel.cpp \
blackberrykeyswidget.cpp \
blackberrykeyspage.cpp \
blackberrycsjregistrar.cpp \
blackberrycertificate.cpp \
blackberrycertificatemodel.cpp \
blackberryregisterkeydialog.cpp \
blackberryimportcertificatedialog.cpp \
blackberrycreatecertificatedialog.cpp \
blackberrydebugtokenrequester.cpp \
blackberrydebugtokenrequestdialog.cpp \
blackberrydebugtokenuploader.cpp \
blackberrydebugtokenreader.cpp \
blackberryndkprocess.cpp \
blackberrydeviceprocesssupport.cpp \
blackberrycheckdevmodestepfactory.cpp \
blackberrycheckdevmodestep.cpp \
blackberrycheckdevmodestepconfigwidget.cpp \
blackberrydeviceconnection.cpp \
blackberrydeviceconnectionmanager.cpp \
blackberrydeviceinformation.cpp \
blackberrysshkeysgenerator.cpp \
blackberryprocessparser.cpp \
blackberrysigningpasswordsdialog.cpp \
bardescriptoreditorpackageinformationwidget.cpp \
bardescriptoreditorauthorinformationwidget.cpp \
bardescriptoreditorentrypointwidget.cpp \
bardescriptoreditorgeneralwidget.cpp \
bardescriptoreditorpermissionswidget.cpp \
bardescriptoreditorenvironmentwidget.cpp \
bardescriptoreditorassetswidget.cpp \
bardescriptoreditorabstractpanelwidget.cpp \
blackberrysetupwizard.cpp \
blackberrysetupwizardpages.cpp \
blackberryutils.cpp \
qnxdevicetester.cpp
HEADERS += qnxplugin.h\
qnxconstants.h \
blackberryqtversionfactory.h \
blackberryqtversion.h \
qnxbaseqtconfigwidget.h \
blackberrydeployconfigurationfactory.h \
blackberrydeployconfiguration.h \
blackberrycreatepackagestep.h \
blackberrycreatepackagestepconfigwidget.h \
blackberrycreatepackagestepfactory.h \
blackberrydeploystep.h \
blackberrydeployconfigurationwidget.h \
blackberrydeploystepconfigwidget.h \
blackberrydeviceconfigurationfactory.h \
blackberrydeviceconfigurationwizard.h \
blackberrydeviceconfigurationwizardpages.h \
blackberrydeploystepfactory.h \
blackberryrunconfiguration.h \
blackberryrunconfigurationwidget.h \
blackberryrunconfigurationfactory.h \
blackberryruncontrolfactory.h \
blackberryruncontrol.h \
blackberrydebugsupport.h \
blackberryapplicationrunner.h \
qnxutils.h \
blackberrydeviceconfigurationwidget.h \
qnxdeviceconfigurationfactory.h \
qnxdeviceconfigurationwizard.h \
qnxdeviceconfigurationwizardpages.h \
qnxrunconfiguration.h \
qnxruncontrolfactory.h \
qnxabstractrunsupport.h \
qnxanalyzesupport.h \
qnxdebugsupport.h \
qnxdeploystepfactory.h \
qnxdeployconfigurationfactory.h \
qnxrunconfigurationfactory.h \
qnxruncontrol.h \
qnxqtversionfactory.h \
qnxqtversion.h \
qnxabstractqtversion.h \
blackberrydeviceconfiguration.h \
qnxdeployconfiguration.h \
qnxdeviceconfiguration.h \
blackberrydeployinformation.h \
pathchooserdelegate.h \
blackberryabstractdeploystep.h \
blackberryndksettingswidget.h \
blackberryndksettingspage.h \
blackberryconfiguration.h \
bardescriptormagicmatcher.h \
bardescriptoreditorfactory.h \
bardescriptoreditor.h \
bardescriptoreditorwidget.h \
bardescriptordocument.h \
bardescriptordocumentnodehandlers.h \
bardescriptorpermissionsmodel.h \
blackberrykeyswidget.h \
blackberrykeyspage.h \
blackberrycsjregistrar.h \
blackberrycertificate.h \
blackberrycertificatemodel.h \
blackberryregisterkeydialog.h \
blackberryimportcertificatedialog.h \
blackberrycreatecertificatedialog.h \
blackberrydebugtokenrequester.h \
blackberrydebugtokenrequestdialog.h \
blackberrydebugtokenuploader.h \
blackberrydebugtokenreader.h \
blackberryndkprocess.h \
blackberrydeviceprocesssupport.h \
blackberrycheckdevmodestepfactory.h \
blackberrycheckdevmodestep.h \
blackberrycheckdevmodestepconfigwidget.h \
blackberrydeviceconnection.h \
blackberrydeviceconnectionmanager.h \
blackberrydeviceinformation.h \
blackberrysshkeysgenerator.h \
blackberryprocessparser.h \
blackberrysigningpasswordsdialog.h \
bardescriptoreditorpackageinformationwidget.h \
bardescriptoreditorauthorinformationwidget.h \
bardescriptoreditorentrypointwidget.h \
bardescriptoreditorgeneralwidget.h \
bardescriptoreditorpermissionswidget.h \
bardescriptoreditorenvironmentwidget.h \
bardescriptoreditorassetswidget.h \
bardescriptoreditorabstractpanelwidget.h \
blackberrysetupwizard.h \
blackberrysetupwizardpages.h \
blackberryutils.h \
qnxdevicetester.h
FORMS += \
blackberrydeviceconfigurationwizardsetuppage.ui \
blackberryrunconfigurationwidget.ui \
blackberrydeviceconfigurationwizardsshkeypage.ui \
blackberrydeployconfigurationwidget.ui \
blackberrydeviceconfigurationwidget.ui \
qnxbaseqtconfigwidget.ui \
blackberryndksettingswidget.ui \
blackberrykeyswidget.ui \
blackberryregisterkeydialog.ui \
blackberryimportcertificatedialog.ui \
blackberrycreatecertificatedialog.ui \
blackberrydebugtokenrequestdialog.ui \
blackberrycreatepackagestepconfigwidget.ui \
blackberrysigningpasswordsdialog.ui \
bardescriptoreditorpackageinformationwidget.ui \
bardescriptoreditorauthorinformationwidget.ui \
bardescriptoreditorentrypointwidget.ui \
bardescriptoreditorgeneralwidget.ui \
bardescriptoreditorpermissionswidget.ui \
bardescriptoreditorenvironmentwidget.ui \
bardescriptoreditorassetswidget.ui \
blackberrysetupwizardkeyspage.ui \
blackberrysetupwizarddevicepage.ui \
blackberrysetupwizardfinishpage.ui
include(../../private_headers.pri)
greaterThan(QT_MAJOR_VERSION, 4) {
QT += gui-private
DEFINES += QNX_ZIP_FILE_SUPPORT
} else {
exists($${QT_PRIVATE_HEADERS}/QtGui/private/qzipreader_p.h) {
DEFINES += QNX_ZIP_FILE_SUPPORT
} else {
warning("The QNX plugin depends on private headers from QtGui module, to be fully functional.")
warning("To fix it, pass 'QT_PRIVATE_HEADERS=$QTDIR/include' to qmake, where $QTDIR is the source directory of qt.")
}
}
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
RESOURCES += \
qnx.qrc
|