summaryrefslogtreecommitdiff
path: root/src/plugins/qnx/qnx.qbs
blob: 4be75bb4dfcd5e596588a884cc59725dfabac6eb (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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
import qbs.base 1.0

import QtcPlugin

QtcPlugin {
    name: "Qnx"
    provider: "BlackBerry"

    Depends { name: "Core" }
    Depends { name: "Debugger" }
    Depends { name: "ProjectExplorer" }
    Depends { name: "QmlDebug" }
    Depends { name: "QtSupport" }
    Depends { name: "QmakeProjectManager" }
    Depends { name: "RemoteLinux" }
    Depends { name: "TextEditor" }
    Depends { name: "QmlDebug" }
    Depends { name: "Qt"; submodules: ["widgets", "xml", "network"] }

    files: [
        "bardescriptordocument.cpp",
        "bardescriptordocument.h",
        "bardescriptordocumentnodehandlers.cpp",
        "bardescriptordocumentnodehandlers.h",
        "bardescriptoreditor.cpp",
        "bardescriptoreditor.h",
        "bardescriptoreditorabstractpanelwidget.cpp",
        "bardescriptoreditorabstractpanelwidget.h",
        "bardescriptoreditorassetswidget.cpp",
        "bardescriptoreditorassetswidget.h",
        "bardescriptoreditorassetswidget.ui",
        "bardescriptoreditorauthorinformationwidget.cpp",
        "bardescriptoreditorauthorinformationwidget.h",
        "bardescriptoreditorauthorinformationwidget.ui",
        "bardescriptoreditorentrypointwidget.cpp",
        "bardescriptoreditorentrypointwidget.h",
        "bardescriptoreditorentrypointwidget.ui",
        "bardescriptoreditorenvironmentwidget.cpp",
        "bardescriptoreditorenvironmentwidget.h",
        "bardescriptoreditorenvironmentwidget.ui",
        "bardescriptoreditorfactory.cpp",
        "bardescriptoreditorfactory.h",
        "bardescriptoreditorgeneralwidget.cpp",
        "bardescriptoreditorgeneralwidget.h",
        "bardescriptoreditorgeneralwidget.ui",
        "bardescriptoreditorpackageinformationwidget.cpp",
        "bardescriptoreditorpackageinformationwidget.h",
        "bardescriptoreditorpackageinformationwidget.ui",
        "bardescriptoreditorpermissionswidget.cpp",
        "bardescriptoreditorpermissionswidget.h",
        "bardescriptoreditorpermissionswidget.ui",
        "bardescriptoreditorwidget.cpp",
        "bardescriptoreditorwidget.h",
        "bardescriptormagicmatcher.cpp",
        "bardescriptormagicmatcher.h",
        "bardescriptorpermissionsmodel.cpp",
        "bardescriptorpermissionsmodel.h",
        "blackberryabstractdeploystep.cpp",
        "blackberryabstractdeploystep.h",
        "blackberryapplicationrunner.cpp",
        "blackberryapplicationrunner.h",
        "blackberrycheckdebugtokenstep.cpp",
        "blackberrycheckdebugtokenstep.h",
        "blackberrycheckdebugtokenstepconfigwidget.cpp",
        "blackberrycheckdebugtokenstepconfigwidget.h",
        "blackberrycheckdebugtokenstepfactory.cpp",
        "blackberrycheckdebugtokenstepfactory.h",
        "blackberryconfigurationmanager.cpp",
        "blackberryconfigurationmanager.h",
        "blackberrycreatepackagestep.cpp",
        "blackberrycreatepackagestep.h",
        "blackberrycreatepackagestepconfigwidget.cpp",
        "blackberrycreatepackagestepconfigwidget.h",
        "blackberrycreatepackagestepconfigwidget.ui",
        "blackberrycreatepackagestepfactory.cpp",
        "blackberrycreatepackagestepfactory.h",
        "blackberrydebugsupport.cpp",
        "blackberrydebugsupport.h",
        "blackberrydeployconfiguration.cpp",
        "blackberrydeployconfiguration.h",
        "blackberrydeployconfigurationfactory.cpp",
        "blackberrydeployconfigurationfactory.h",
        "blackberrydeployconfigurationwidget.cpp",
        "blackberrydeployconfigurationwidget.h",
        "blackberrydeployconfigurationwidget.ui",
        "blackberrydeployinformation.cpp",
        "blackberrydeployinformation.h",
        "blackberrydeploystep.cpp",
        "blackberrydeploystep.h",
        "blackberrydeploystepconfigwidget.cpp",
        "blackberrydeploystepconfigwidget.h",
        "blackberrydeploystepfactory.cpp",
        "blackberrydeploystepfactory.h",
        "blackberrydebugtokenreader.cpp",
        "blackberrydebugtokenreader.h",
        "blackberrydeviceconfiguration.cpp",
        "blackberrydeviceconfiguration.h",
        "blackberrydeviceinformation.cpp",
        "blackberrydeviceinformation.h",
        "blackberrydeviceconfigurationfactory.cpp",
        "blackberrydeviceconfigurationfactory.h",
        "blackberrydeviceconfigurationwidget.cpp",
        "blackberrydeviceconfigurationwidget.h",
        "blackberrydeviceconfigurationwidget.ui",
        "blackberrydeviceconfigurationwizard.cpp",
        "blackberrydeviceconfigurationwizard.h",
        "blackberrydeviceconfigurationwizardconfigpage.ui",
        "blackberrydeviceconfigurationwizardpages.cpp",
        "blackberrydeviceconfigurationwizardpages.h",
        "blackberrydeviceconfigurationwizardquerypage.ui",
        "blackberrydeviceconfigurationwizardsetuppage.ui",
        "blackberrydeviceconnection.cpp",
        "blackberrydeviceconnection.h",
        "blackberrydeviceconnectionmanager.cpp",
        "blackberrydeviceconnectionmanager.h",
        "blackberrydevicelistdetector.cpp",
        "blackberrydevicelistdetector.h",
        "blackberryinstallwizard.cpp",
        "blackberryinstallwizard.h",
        "blackberryinstallwizardndkpage.ui",
        "blackberryinstallwizardpages.cpp",
        "blackberryinstallwizardpages.h",
        "blackberryinstallwizardprocesspage.ui",
        "blackberryinstallwizardtargetpage.ui",
        "blackberrylogprocessrunner.cpp",
        "blackberrylogprocessrunner.h",
        "blackberryqtversion.cpp",
        "blackberryqtversion.h",
        "blackberryqtversionfactory.cpp",
        "blackberryqtversionfactory.h",
        "blackberryprocessparser.cpp",
        "blackberryprocessparser.h",
        "blackberryrunconfiguration.cpp",
        "blackberryrunconfiguration.h",
        "blackberryrunconfigurationfactory.cpp",
        "blackberryrunconfigurationfactory.h",
        "blackberryrunconfigurationwidget.cpp",
        "blackberryrunconfigurationwidget.h",
        "blackberryrunconfigurationwidget.ui",
        "blackberryruncontrol.cpp",
        "blackberryruncontrol.h",
        "blackberryruncontrolfactory.cpp",
        "blackberryruncontrolfactory.h",
        "blackberrysigningpasswordsdialog.h",
        "blackberrysigningpasswordsdialog.cpp",
        "blackberrysigningpasswordsdialog.ui",
        "blackberryndksettingswidget.cpp",
        "blackberryndksettingswidget.h",
        "blackberryndksettingswidget.ui",
        "blackberryndksettingspage.cpp",
        "blackberryndksettingspage.h",
        "blackberryconfiguration.cpp",
        "blackberryconfiguration.h",
        "blackberrycertificate.cpp",
        "blackberrycertificate.h",
        "blackberrykeyspage.cpp",
        "blackberrykeyspage.h",
        "blackberrykeyswidget.cpp",
        "blackberrykeyswidget.h",
        "blackberrykeyswidget.ui",
        "blackberryimportcertificatedialog.cpp",
        "blackberryimportcertificatedialog.h",
        "blackberryimportcertificatedialog.ui",
        "blackberrycreatecertificatedialog.cpp",
        "blackberrycreatecertificatedialog.h",
        "blackberrycreatecertificatedialog.ui",
        "blackberrydebugtokenrequester.cpp",
        "blackberrydebugtokenrequester.h",
        "blackberrydebugtokenrequestdialog.cpp",
        "blackberrydebugtokenrequestdialog.h",
        "blackberrydebugtokenrequestdialog.ui",
        "blackberrydebugtokenuploader.cpp",
        "blackberrydebugtokenuploader.h",
        "blackberryndkprocess.cpp",
        "blackberryndkprocess.h",
        "blackberrysshkeysgenerator.cpp",
        "blackberrysshkeysgenerator.h",
        "blackberrysetupwizard.cpp",
        "blackberrysetupwizard.h",
        "blackberrysetupwizardpages.cpp",
        "blackberrysetupwizardpages.h",
        "blackberrysetupwizardkeyspage.ui",
        "blackberrysetupwizardcertificatepage.ui",
        "blackberrysetupwizarddevicepage.ui",
        "blackberrysetupwizardfinishpage.ui",
        "blackberrysigningutils.cpp",
        "blackberrysigningutils.h",
        "pathchooserdelegate.cpp",
        "pathchooserdelegate.h",
        "qnxtoolchain.cpp",
        "qnxtoolchain.h",
        "qnx.qrc",
        "qnxabstractqtversion.cpp",
        "qnxabstractqtversion.h",
        "qnxbaseqtconfigwidget.cpp",
        "qnxbaseqtconfigwidget.h",
        "qnxbaseqtconfigwidget.ui",
        "qnxconstants.h",
        "qnxabstractrunsupport.cpp",
        "qnxabstractrunsupport.h",
        "qnxanalyzesupport.cpp",
        "qnxanalyzesupport.h",
        "qnxdebugsupport.cpp",
        "qnxdebugsupport.h",
        "qnxdeployconfiguration.cpp",
        "qnxdeployconfiguration.h",
        "qnxdeployconfigurationfactory.cpp",
        "qnxdeployconfigurationfactory.h",
        "qnxdeploystepfactory.cpp",
        "qnxdeploystepfactory.h",
        "qnxdeviceconfiguration.cpp",
        "qnxdeviceconfiguration.h",
        "qnxdeviceconfigurationfactory.cpp",
        "qnxdeviceconfigurationfactory.h",
        "qnxdeviceconfigurationwizard.cpp",
        "qnxdeviceconfigurationwizard.h",
        "qnxdeviceconfigurationwizardpages.cpp",
        "qnxdeviceconfigurationwizardpages.h",
        "qnxdeviceprocesslist.cpp",
        "qnxdeviceprocesslist.h",
        "qnxdeviceprocesssignaloperation.cpp",
        "qnxdeviceprocesssignaloperation.h",
        "qnxdevicetester.cpp",
        "qnxdevicetester.h",
        "qnxplugin.cpp",
        "qnxplugin.h",
        "qnxqtversion.cpp",
        "qnxqtversion.h",
        "qnxqtversionfactory.cpp",
        "qnxqtversionfactory.h",
        "qnxrunconfiguration.cpp",
        "qnxrunconfiguration.h",
        "qnxrunconfigurationfactory.cpp",
        "qnxrunconfigurationfactory.h",
        "qnxruncontrol.cpp",
        "qnxruncontrol.h",
        "qnxruncontrolfactory.cpp",
        "qnxruncontrolfactory.h",
        "qnxutils.cpp",
        "qnxutils.h",
        "slog2inforunner.cpp",
        "slog2inforunner.h",
        "images/target-small.png",
        "images/target.png",
    ]

    Group {
        name: "CascadesImport"
        prefix: "cascadesimport/"
        files: [
            "cascadesimport.qrc",

            "srcprojectwizardpage.ui",

            "cascadesimportwizard.cpp",
            "srcprojectwizardpage.cpp",
            "fileconverter.cpp",
            "bardescriptorconverter.cpp",
            "projectfileconverter.cpp",
            "importlogconverter.cpp",
            "importlog.cpp",

            "cascadesimportwizard.h",
            "srcprojectwizardpage.h",
            "fileconverter.h",
            "bardescriptorconverter.h",
            "projectfileconverter.h",
            "importlogconverter.h",
            "importlog.h",
        ]
    }

}