This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathMroverSim.pro
565 lines (509 loc) · 36.3 KB
/
MroverSim.pro
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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
# UnrealEngine.pro generated by QMakefileGenerator.cs
# *DO NOT EDIT*
TEMPLATE = aux
CONFIG += c++14
CONFIG -= console
CONFIG -= app_bundle
CONFIG -= qt
TARGET = UE4
unrealRootPath=/home/richfred77/UnrealEngine
MroverSimRootPath=/home/richfred77/Documents/Unreal Projects/MroverSim
gameProjectFile=/home/richfred77/Documents/Unreal Projects/MroverSim/MroverSim.uproject
build=bash $$unrealRootPath/Engine/Build/BatchFiles/Linux/RunMono.sh $$unrealRootPath/Engine/Binaries/DotNET/UnrealBuildTool.exe
args=$(ARGS)
include(MroverSimSource.pri)
include(MroverSimHeader.pri)
include(MroverSimConfig.pri)
include(MroverSimIncludes.pri)
include(MroverSimDefines.pri)
MroverSim-Linux-Debug.commands = $$build MroverSim Linux Debug -project="\"$$gameProjectFile\"" $$args
MroverSim-Linux-DebugGame.commands = $$build MroverSim Linux DebugGame -project="\"$$gameProjectFile\"" $$args
MroverSim-Linux-Shipping.commands = $$build MroverSim Linux Shipping -project="\"$$gameProjectFile\"" $$args
MroverSim-Linux-Test.commands = $$build MroverSim Linux Test -project="\"$$gameProjectFile\"" $$args
MroverSim.commands = $$build MroverSim Linux Development -project="\"$$gameProjectFile\"" $$args
MroverSimEditor-Linux-Debug.commands = $$build MroverSimEditor Linux Debug -project="\"$$gameProjectFile\"" $$args
MroverSimEditor-Linux-DebugGame.commands = $$build MroverSimEditor Linux DebugGame -project="\"$$gameProjectFile\"" $$args
MroverSimEditor-Linux-Shipping.commands = $$build MroverSimEditor Linux Shipping -project="\"$$gameProjectFile\"" $$args
MroverSimEditor-Linux-Test.commands = $$build MroverSimEditor Linux Test -project="\"$$gameProjectFile\"" $$args
MroverSimEditor.commands = $$build MroverSimEditor Linux Development -project="\"$$gameProjectFile\"" $$args
BenchmarkTool-Linux-Debug.commands = $$build BenchmarkTool Linux Debug -project="\"$$gameProjectFile\"" $$args
BenchmarkTool-Linux-DebugGame.commands = $$build BenchmarkTool Linux DebugGame -project="\"$$gameProjectFile\"" $$args
BenchmarkTool-Linux-Shipping.commands = $$build BenchmarkTool Linux Shipping -project="\"$$gameProjectFile\"" $$args
BenchmarkTool-Linux-Test.commands = $$build BenchmarkTool Linux Test -project="\"$$gameProjectFile\"" $$args
BenchmarkTool.commands = $$build BenchmarkTool Linux Development -project="\"$$gameProjectFile\"" $$args
BlankProgram-Linux-Debug.commands = $$build BlankProgram Linux Debug -project="\"$$gameProjectFile\"" $$args
BlankProgram-Linux-DebugGame.commands = $$build BlankProgram Linux DebugGame -project="\"$$gameProjectFile\"" $$args
BlankProgram-Linux-Shipping.commands = $$build BlankProgram Linux Shipping -project="\"$$gameProjectFile\"" $$args
BlankProgram-Linux-Test.commands = $$build BlankProgram Linux Test -project="\"$$gameProjectFile\"" $$args
BlankProgram.commands = $$build BlankProgram Linux Development -project="\"$$gameProjectFile\"" $$args
BuildPatchTool-Linux-Debug.commands = $$build BuildPatchTool Linux Debug -project="\"$$gameProjectFile\"" $$args
BuildPatchTool-Linux-DebugGame.commands = $$build BuildPatchTool Linux DebugGame -project="\"$$gameProjectFile\"" $$args
BuildPatchTool-Linux-Shipping.commands = $$build BuildPatchTool Linux Shipping -project="\"$$gameProjectFile\"" $$args
BuildPatchTool-Linux-Test.commands = $$build BuildPatchTool Linux Test -project="\"$$gameProjectFile\"" $$args
BuildPatchTool.commands = $$build BuildPatchTool Linux Development -project="\"$$gameProjectFile\"" $$args
CrashReportClient-Linux-Debug.commands = $$build CrashReportClient Linux Debug -project="\"$$gameProjectFile\"" $$args
CrashReportClient-Linux-DebugGame.commands = $$build CrashReportClient Linux DebugGame -project="\"$$gameProjectFile\"" $$args
CrashReportClient-Linux-Shipping.commands = $$build CrashReportClient Linux Shipping -project="\"$$gameProjectFile\"" $$args
CrashReportClient-Linux-Test.commands = $$build CrashReportClient Linux Test -project="\"$$gameProjectFile\"" $$args
CrashReportClient.commands = $$build CrashReportClient Linux Development -project="\"$$gameProjectFile\"" $$args
CrashReportClientEditor-Linux-Debug.commands = $$build CrashReportClientEditor Linux Debug -project="\"$$gameProjectFile\"" $$args
CrashReportClientEditor-Linux-DebugGame.commands = $$build CrashReportClientEditor Linux DebugGame -project="\"$$gameProjectFile\"" $$args
CrashReportClientEditor-Linux-Shipping.commands = $$build CrashReportClientEditor Linux Shipping -project="\"$$gameProjectFile\"" $$args
CrashReportClientEditor-Linux-Test.commands = $$build CrashReportClientEditor Linux Test -project="\"$$gameProjectFile\"" $$args
CrashReportClientEditor.commands = $$build CrashReportClientEditor Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithCADWorker-Linux-Debug.commands = $$build DatasmithCADWorker Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithCADWorker-Linux-DebugGame.commands = $$build DatasmithCADWorker Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithCADWorker-Linux-Shipping.commands = $$build DatasmithCADWorker Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithCADWorker-Linux-Test.commands = $$build DatasmithCADWorker Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithCADWorker.commands = $$build DatasmithCADWorker Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithFacadeCSharp-Linux-Debug.commands = $$build DatasmithFacadeCSharp Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithFacadeCSharp-Linux-DebugGame.commands = $$build DatasmithFacadeCSharp Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithFacadeCSharp-Linux-Shipping.commands = $$build DatasmithFacadeCSharp Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithFacadeCSharp-Linux-Test.commands = $$build DatasmithFacadeCSharp Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithFacadeCSharp.commands = $$build DatasmithFacadeCSharp Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithMax2016-Linux-Debug.commands = $$build DatasmithMax2016 Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithMax2016-Linux-DebugGame.commands = $$build DatasmithMax2016 Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithMax2016-Linux-Shipping.commands = $$build DatasmithMax2016 Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithMax2016-Linux-Test.commands = $$build DatasmithMax2016 Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithMax2016.commands = $$build DatasmithMax2016 Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithMax2017-Linux-Debug.commands = $$build DatasmithMax2017 Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithMax2017-Linux-DebugGame.commands = $$build DatasmithMax2017 Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithMax2017-Linux-Shipping.commands = $$build DatasmithMax2017 Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithMax2017-Linux-Test.commands = $$build DatasmithMax2017 Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithMax2017.commands = $$build DatasmithMax2017 Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithMax2018-Linux-Debug.commands = $$build DatasmithMax2018 Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithMax2018-Linux-DebugGame.commands = $$build DatasmithMax2018 Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithMax2018-Linux-Shipping.commands = $$build DatasmithMax2018 Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithMax2018-Linux-Test.commands = $$build DatasmithMax2018 Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithMax2018.commands = $$build DatasmithMax2018 Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithMax2019-Linux-Debug.commands = $$build DatasmithMax2019 Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithMax2019-Linux-DebugGame.commands = $$build DatasmithMax2019 Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithMax2019-Linux-Shipping.commands = $$build DatasmithMax2019 Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithMax2019-Linux-Test.commands = $$build DatasmithMax2019 Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithMax2019.commands = $$build DatasmithMax2019 Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithMax2020-Linux-Debug.commands = $$build DatasmithMax2020 Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithMax2020-Linux-DebugGame.commands = $$build DatasmithMax2020 Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithMax2020-Linux-Shipping.commands = $$build DatasmithMax2020 Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithMax2020-Linux-Test.commands = $$build DatasmithMax2020 Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithMax2020.commands = $$build DatasmithMax2020 Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithMax2021-Linux-Debug.commands = $$build DatasmithMax2021 Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithMax2021-Linux-DebugGame.commands = $$build DatasmithMax2021 Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithMax2021-Linux-Shipping.commands = $$build DatasmithMax2021 Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithMax2021-Linux-Test.commands = $$build DatasmithMax2021 Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithMax2021.commands = $$build DatasmithMax2021 Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2018-Linux-Debug.commands = $$build DatasmithRevit2018 Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2018-Linux-DebugGame.commands = $$build DatasmithRevit2018 Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2018-Linux-Shipping.commands = $$build DatasmithRevit2018 Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2018-Linux-Test.commands = $$build DatasmithRevit2018 Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2018.commands = $$build DatasmithRevit2018 Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2019-Linux-Debug.commands = $$build DatasmithRevit2019 Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2019-Linux-DebugGame.commands = $$build DatasmithRevit2019 Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2019-Linux-Shipping.commands = $$build DatasmithRevit2019 Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2019-Linux-Test.commands = $$build DatasmithRevit2019 Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2019.commands = $$build DatasmithRevit2019 Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2020-Linux-Debug.commands = $$build DatasmithRevit2020 Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2020-Linux-DebugGame.commands = $$build DatasmithRevit2020 Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2020-Linux-Shipping.commands = $$build DatasmithRevit2020 Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2020-Linux-Test.commands = $$build DatasmithRevit2020 Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2020.commands = $$build DatasmithRevit2020 Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2021-Linux-Debug.commands = $$build DatasmithRevit2021 Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2021-Linux-DebugGame.commands = $$build DatasmithRevit2021 Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2021-Linux-Shipping.commands = $$build DatasmithRevit2021 Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2021-Linux-Test.commands = $$build DatasmithRevit2021 Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithRevit2021.commands = $$build DatasmithRevit2021 Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithSDK-Linux-Debug.commands = $$build DatasmithSDK Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithSDK-Linux-DebugGame.commands = $$build DatasmithSDK Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithSDK-Linux-Shipping.commands = $$build DatasmithSDK Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithSDK-Linux-Test.commands = $$build DatasmithSDK Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithSDK.commands = $$build DatasmithSDK Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2017-Linux-Debug.commands = $$build DatasmithSketchUp2017 Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2017-Linux-DebugGame.commands = $$build DatasmithSketchUp2017 Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2017-Linux-Shipping.commands = $$build DatasmithSketchUp2017 Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2017-Linux-Test.commands = $$build DatasmithSketchUp2017 Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2017.commands = $$build DatasmithSketchUp2017 Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2018-Linux-Debug.commands = $$build DatasmithSketchUp2018 Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2018-Linux-DebugGame.commands = $$build DatasmithSketchUp2018 Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2018-Linux-Shipping.commands = $$build DatasmithSketchUp2018 Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2018-Linux-Test.commands = $$build DatasmithSketchUp2018 Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2018.commands = $$build DatasmithSketchUp2018 Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2019-Linux-Debug.commands = $$build DatasmithSketchUp2019 Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2019-Linux-DebugGame.commands = $$build DatasmithSketchUp2019 Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2019-Linux-Shipping.commands = $$build DatasmithSketchUp2019 Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2019-Linux-Test.commands = $$build DatasmithSketchUp2019 Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2019.commands = $$build DatasmithSketchUp2019 Linux Development -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2020-Linux-Debug.commands = $$build DatasmithSketchUp2020 Linux Debug -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2020-Linux-DebugGame.commands = $$build DatasmithSketchUp2020 Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2020-Linux-Shipping.commands = $$build DatasmithSketchUp2020 Linux Shipping -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2020-Linux-Test.commands = $$build DatasmithSketchUp2020 Linux Test -project="\"$$gameProjectFile\"" $$args
DatasmithSketchUp2020.commands = $$build DatasmithSketchUp2020 Linux Development -project="\"$$gameProjectFile\"" $$args
HeadlessChaos-Linux-Debug.commands = $$build HeadlessChaos Linux Debug -project="\"$$gameProjectFile\"" $$args
HeadlessChaos-Linux-DebugGame.commands = $$build HeadlessChaos Linux DebugGame -project="\"$$gameProjectFile\"" $$args
HeadlessChaos-Linux-Shipping.commands = $$build HeadlessChaos Linux Shipping -project="\"$$gameProjectFile\"" $$args
HeadlessChaos-Linux-Test.commands = $$build HeadlessChaos Linux Test -project="\"$$gameProjectFile\"" $$args
HeadlessChaos.commands = $$build HeadlessChaos Linux Development -project="\"$$gameProjectFile\"" $$args
UnrealLaunchDaemon-Linux-Debug.commands = $$build UnrealLaunchDaemon Linux Debug -project="\"$$gameProjectFile\"" $$args
UnrealLaunchDaemon-Linux-DebugGame.commands = $$build UnrealLaunchDaemon Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UnrealLaunchDaemon-Linux-Shipping.commands = $$build UnrealLaunchDaemon Linux Shipping -project="\"$$gameProjectFile\"" $$args
UnrealLaunchDaemon-Linux-Test.commands = $$build UnrealLaunchDaemon Linux Test -project="\"$$gameProjectFile\"" $$args
UnrealLaunchDaemon.commands = $$build UnrealLaunchDaemon Linux Development -project="\"$$gameProjectFile\"" $$args
LiveCodingConsole-Linux-Debug.commands = $$build LiveCodingConsole Linux Debug -project="\"$$gameProjectFile\"" $$args
LiveCodingConsole-Linux-DebugGame.commands = $$build LiveCodingConsole Linux DebugGame -project="\"$$gameProjectFile\"" $$args
LiveCodingConsole-Linux-Shipping.commands = $$build LiveCodingConsole Linux Shipping -project="\"$$gameProjectFile\"" $$args
LiveCodingConsole-Linux-Test.commands = $$build LiveCodingConsole Linux Test -project="\"$$gameProjectFile\"" $$args
LiveCodingConsole.commands = $$build LiveCodingConsole Linux Development -project="\"$$gameProjectFile\"" $$args
DsymExporter-Linux-Debug.commands = $$build DsymExporter Linux Debug -project="\"$$gameProjectFile\"" $$args
DsymExporter-Linux-DebugGame.commands = $$build DsymExporter Linux DebugGame -project="\"$$gameProjectFile\"" $$args
DsymExporter-Linux-Shipping.commands = $$build DsymExporter Linux Shipping -project="\"$$gameProjectFile\"" $$args
DsymExporter-Linux-Test.commands = $$build DsymExporter Linux Test -project="\"$$gameProjectFile\"" $$args
DsymExporter.commands = $$build DsymExporter Linux Development -project="\"$$gameProjectFile\"" $$args
UE4EditorServices-Linux-Debug.commands = $$build UE4EditorServices Linux Debug -project="\"$$gameProjectFile\"" $$args
UE4EditorServices-Linux-DebugGame.commands = $$build UE4EditorServices Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UE4EditorServices-Linux-Shipping.commands = $$build UE4EditorServices Linux Shipping -project="\"$$gameProjectFile\"" $$args
UE4EditorServices-Linux-Test.commands = $$build UE4EditorServices Linux Test -project="\"$$gameProjectFile\"" $$args
UE4EditorServices.commands = $$build UE4EditorServices Linux Development -project="\"$$gameProjectFile\"" $$args
UnrealAtoS-Linux-Debug.commands = $$build UnrealAtoS Linux Debug -project="\"$$gameProjectFile\"" $$args
UnrealAtoS-Linux-DebugGame.commands = $$build UnrealAtoS Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UnrealAtoS-Linux-Shipping.commands = $$build UnrealAtoS Linux Shipping -project="\"$$gameProjectFile\"" $$args
UnrealAtoS-Linux-Test.commands = $$build UnrealAtoS Linux Test -project="\"$$gameProjectFile\"" $$args
UnrealAtoS.commands = $$build UnrealAtoS Linux Development -project="\"$$gameProjectFile\"" $$args
ShaderCompileWorker-Linux-Debug.commands = $$build ShaderCompileWorker Linux Debug -project="\"$$gameProjectFile\"" $$args
ShaderCompileWorker-Linux-DebugGame.commands = $$build ShaderCompileWorker Linux DebugGame -project="\"$$gameProjectFile\"" $$args
ShaderCompileWorker-Linux-Shipping.commands = $$build ShaderCompileWorker Linux Shipping -project="\"$$gameProjectFile\"" $$args
ShaderCompileWorker-Linux-Test.commands = $$build ShaderCompileWorker Linux Test -project="\"$$gameProjectFile\"" $$args
ShaderCompileWorker.commands = $$build ShaderCompileWorker Linux Development -project="\"$$gameProjectFile\"" $$args
SlateViewer-Linux-Debug.commands = $$build SlateViewer Linux Debug -project="\"$$gameProjectFile\"" $$args
SlateViewer-Linux-DebugGame.commands = $$build SlateViewer Linux DebugGame -project="\"$$gameProjectFile\"" $$args
SlateViewer-Linux-Shipping.commands = $$build SlateViewer Linux Shipping -project="\"$$gameProjectFile\"" $$args
SlateViewer-Linux-Test.commands = $$build SlateViewer Linux Test -project="\"$$gameProjectFile\"" $$args
SlateViewer.commands = $$build SlateViewer Linux Development -project="\"$$gameProjectFile\"" $$args
TestPAL-Linux-Debug.commands = $$build TestPAL Linux Debug -project="\"$$gameProjectFile\"" $$args
TestPAL-Linux-DebugGame.commands = $$build TestPAL Linux DebugGame -project="\"$$gameProjectFile\"" $$args
TestPAL-Linux-Shipping.commands = $$build TestPAL Linux Shipping -project="\"$$gameProjectFile\"" $$args
TestPAL-Linux-Test.commands = $$build TestPAL Linux Test -project="\"$$gameProjectFile\"" $$args
TestPAL.commands = $$build TestPAL Linux Development -project="\"$$gameProjectFile\"" $$args
UnrealCEFSubProcess-Linux-Debug.commands = $$build UnrealCEFSubProcess Linux Debug -project="\"$$gameProjectFile\"" $$args
UnrealCEFSubProcess-Linux-DebugGame.commands = $$build UnrealCEFSubProcess Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UnrealCEFSubProcess-Linux-Shipping.commands = $$build UnrealCEFSubProcess Linux Shipping -project="\"$$gameProjectFile\"" $$args
UnrealCEFSubProcess-Linux-Test.commands = $$build UnrealCEFSubProcess Linux Test -project="\"$$gameProjectFile\"" $$args
UnrealCEFSubProcess.commands = $$build UnrealCEFSubProcess Linux Development -project="\"$$gameProjectFile\"" $$args
UnrealFileServer-Linux-Debug.commands = $$build UnrealFileServer Linux Debug -project="\"$$gameProjectFile\"" $$args
UnrealFileServer-Linux-DebugGame.commands = $$build UnrealFileServer Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UnrealFileServer-Linux-Shipping.commands = $$build UnrealFileServer Linux Shipping -project="\"$$gameProjectFile\"" $$args
UnrealFileServer-Linux-Test.commands = $$build UnrealFileServer Linux Test -project="\"$$gameProjectFile\"" $$args
UnrealFileServer.commands = $$build UnrealFileServer Linux Development -project="\"$$gameProjectFile\"" $$args
UnrealFrontend-Linux-Debug.commands = $$build UnrealFrontend Linux Debug -project="\"$$gameProjectFile\"" $$args
UnrealFrontend-Linux-DebugGame.commands = $$build UnrealFrontend Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UnrealFrontend-Linux-Shipping.commands = $$build UnrealFrontend Linux Shipping -project="\"$$gameProjectFile\"" $$args
UnrealFrontend-Linux-Test.commands = $$build UnrealFrontend Linux Test -project="\"$$gameProjectFile\"" $$args
UnrealFrontend.commands = $$build UnrealFrontend Linux Development -project="\"$$gameProjectFile\"" $$args
UnrealHeaderTool-Linux-Debug.commands = $$build UnrealHeaderTool Linux Debug -project="\"$$gameProjectFile\"" $$args
UnrealHeaderTool-Linux-DebugGame.commands = $$build UnrealHeaderTool Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UnrealHeaderTool-Linux-Shipping.commands = $$build UnrealHeaderTool Linux Shipping -project="\"$$gameProjectFile\"" $$args
UnrealHeaderTool-Linux-Test.commands = $$build UnrealHeaderTool Linux Test -project="\"$$gameProjectFile\"" $$args
UnrealHeaderTool.commands = $$build UnrealHeaderTool Linux Development -project="\"$$gameProjectFile\"" $$args
UnrealInsights-Linux-Debug.commands = $$build UnrealInsights Linux Debug -project="\"$$gameProjectFile\"" $$args
UnrealInsights-Linux-DebugGame.commands = $$build UnrealInsights Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UnrealInsights-Linux-Shipping.commands = $$build UnrealInsights Linux Shipping -project="\"$$gameProjectFile\"" $$args
UnrealInsights-Linux-Test.commands = $$build UnrealInsights Linux Test -project="\"$$gameProjectFile\"" $$args
UnrealInsights.commands = $$build UnrealInsights Linux Development -project="\"$$gameProjectFile\"" $$args
UnrealLightmass-Linux-Debug.commands = $$build UnrealLightmass Linux Debug -project="\"$$gameProjectFile\"" $$args
UnrealLightmass-Linux-DebugGame.commands = $$build UnrealLightmass Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UnrealLightmass-Linux-Shipping.commands = $$build UnrealLightmass Linux Shipping -project="\"$$gameProjectFile\"" $$args
UnrealLightmass-Linux-Test.commands = $$build UnrealLightmass Linux Test -project="\"$$gameProjectFile\"" $$args
UnrealLightmass.commands = $$build UnrealLightmass Linux Development -project="\"$$gameProjectFile\"" $$args
UnrealMultiUserServer-Linux-Debug.commands = $$build UnrealMultiUserServer Linux Debug -project="\"$$gameProjectFile\"" $$args
UnrealMultiUserServer-Linux-DebugGame.commands = $$build UnrealMultiUserServer Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UnrealMultiUserServer-Linux-Shipping.commands = $$build UnrealMultiUserServer Linux Shipping -project="\"$$gameProjectFile\"" $$args
UnrealMultiUserServer-Linux-Test.commands = $$build UnrealMultiUserServer Linux Test -project="\"$$gameProjectFile\"" $$args
UnrealMultiUserServer.commands = $$build UnrealMultiUserServer Linux Development -project="\"$$gameProjectFile\"" $$args
UnrealPak-Linux-Debug.commands = $$build UnrealPak Linux Debug -project="\"$$gameProjectFile\"" $$args
UnrealPak-Linux-DebugGame.commands = $$build UnrealPak Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UnrealPak-Linux-Shipping.commands = $$build UnrealPak Linux Shipping -project="\"$$gameProjectFile\"" $$args
UnrealPak-Linux-Test.commands = $$build UnrealPak Linux Test -project="\"$$gameProjectFile\"" $$args
UnrealPak.commands = $$build UnrealPak Linux Development -project="\"$$gameProjectFile\"" $$args
UnrealRecoverySvc-Linux-Debug.commands = $$build UnrealRecoverySvc Linux Debug -project="\"$$gameProjectFile\"" $$args
UnrealRecoverySvc-Linux-DebugGame.commands = $$build UnrealRecoverySvc Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UnrealRecoverySvc-Linux-Shipping.commands = $$build UnrealRecoverySvc Linux Shipping -project="\"$$gameProjectFile\"" $$args
UnrealRecoverySvc-Linux-Test.commands = $$build UnrealRecoverySvc Linux Test -project="\"$$gameProjectFile\"" $$args
UnrealRecoverySvc.commands = $$build UnrealRecoverySvc Linux Development -project="\"$$gameProjectFile\"" $$args
UnrealVersionSelector-Linux-Debug.commands = $$build UnrealVersionSelector Linux Debug -project="\"$$gameProjectFile\"" $$args
UnrealVersionSelector-Linux-DebugGame.commands = $$build UnrealVersionSelector Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UnrealVersionSelector-Linux-Shipping.commands = $$build UnrealVersionSelector Linux Shipping -project="\"$$gameProjectFile\"" $$args
UnrealVersionSelector-Linux-Test.commands = $$build UnrealVersionSelector Linux Test -project="\"$$gameProjectFile\"" $$args
UnrealVersionSelector.commands = $$build UnrealVersionSelector Linux Development -project="\"$$gameProjectFile\"" $$args
UnrealWatchdog-Linux-Debug.commands = $$build UnrealWatchdog Linux Debug -project="\"$$gameProjectFile\"" $$args
UnrealWatchdog-Linux-DebugGame.commands = $$build UnrealWatchdog Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UnrealWatchdog-Linux-Shipping.commands = $$build UnrealWatchdog Linux Shipping -project="\"$$gameProjectFile\"" $$args
UnrealWatchdog-Linux-Test.commands = $$build UnrealWatchdog Linux Test -project="\"$$gameProjectFile\"" $$args
UnrealWatchdog.commands = $$build UnrealWatchdog Linux Development -project="\"$$gameProjectFile\"" $$args
BootstrapPackagedGame-Linux-Debug.commands = $$build BootstrapPackagedGame Linux Debug -project="\"$$gameProjectFile\"" $$args
BootstrapPackagedGame-Linux-DebugGame.commands = $$build BootstrapPackagedGame Linux DebugGame -project="\"$$gameProjectFile\"" $$args
BootstrapPackagedGame-Linux-Shipping.commands = $$build BootstrapPackagedGame Linux Shipping -project="\"$$gameProjectFile\"" $$args
BootstrapPackagedGame-Linux-Test.commands = $$build BootstrapPackagedGame Linux Test -project="\"$$gameProjectFile\"" $$args
BootstrapPackagedGame.commands = $$build BootstrapPackagedGame Linux Development -project="\"$$gameProjectFile\"" $$args
UE4Client-Linux-Debug.commands = $$build UE4Client Linux Debug -project="\"$$gameProjectFile\"" $$args
UE4Client-Linux-DebugGame.commands = $$build UE4Client Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UE4Client-Linux-Shipping.commands = $$build UE4Client Linux Shipping -project="\"$$gameProjectFile\"" $$args
UE4Client-Linux-Test.commands = $$build UE4Client Linux Test -project="\"$$gameProjectFile\"" $$args
UE4Client.commands = $$build UE4Client Linux Development -project="\"$$gameProjectFile\"" $$args
UE4Editor-Linux-Debug.commands = $$build UE4Editor Linux Debug -project="\"$$gameProjectFile\"" $$args
UE4Editor-Linux-DebugGame.commands = $$build UE4Editor Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UE4Editor-Linux-Shipping.commands = $$build UE4Editor Linux Shipping -project="\"$$gameProjectFile\"" $$args
UE4Editor-Linux-Test.commands = $$build UE4Editor Linux Test -project="\"$$gameProjectFile\"" $$args
UE4Editor.commands = $$build UE4Editor Linux Development -project="\"$$gameProjectFile\"" $$args
UE4Game-Linux-Debug.commands = $$build UE4Game Linux Debug -project="\"$$gameProjectFile\"" $$args
UE4Game-Linux-DebugGame.commands = $$build UE4Game Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UE4Game-Linux-Shipping.commands = $$build UE4Game Linux Shipping -project="\"$$gameProjectFile\"" $$args
UE4Game-Linux-Test.commands = $$build UE4Game Linux Test -project="\"$$gameProjectFile\"" $$args
UE4Game.commands = $$build UE4Game Linux Development -project="\"$$gameProjectFile\"" $$args
UE4Server-Linux-Debug.commands = $$build UE4Server Linux Debug -project="\"$$gameProjectFile\"" $$args
UE4Server-Linux-DebugGame.commands = $$build UE4Server Linux DebugGame -project="\"$$gameProjectFile\"" $$args
UE4Server-Linux-Shipping.commands = $$build UE4Server Linux Shipping -project="\"$$gameProjectFile\"" $$args
UE4Server-Linux-Test.commands = $$build UE4Server Linux Test -project="\"$$gameProjectFile\"" $$args
UE4Server.commands = $$build UE4Server Linux Development -project="\"$$gameProjectFile\"" $$args
QMAKE_EXTRA_TARGETS += \
MroverSim-Linux-Debug \
MroverSim-Linux-DebugGame \
MroverSim-Linux-Shipping \
MroverSim-Linux-Test \
MroverSim \
MroverSimEditor-Linux-Debug \
MroverSimEditor-Linux-DebugGame \
MroverSimEditor-Linux-Shipping \
MroverSimEditor-Linux-Test \
MroverSimEditor \
BenchmarkTool-Linux-Debug \
BenchmarkTool-Linux-DebugGame \
BenchmarkTool-Linux-Shipping \
BenchmarkTool-Linux-Test \
BenchmarkTool \
BlankProgram-Linux-Debug \
BlankProgram-Linux-DebugGame \
BlankProgram-Linux-Shipping \
BlankProgram-Linux-Test \
BlankProgram \
BuildPatchTool-Linux-Debug \
BuildPatchTool-Linux-DebugGame \
BuildPatchTool-Linux-Shipping \
BuildPatchTool-Linux-Test \
BuildPatchTool \
CrashReportClient-Linux-Debug \
CrashReportClient-Linux-DebugGame \
CrashReportClient-Linux-Shipping \
CrashReportClient-Linux-Test \
CrashReportClient \
CrashReportClientEditor-Linux-Debug \
CrashReportClientEditor-Linux-DebugGame \
CrashReportClientEditor-Linux-Shipping \
CrashReportClientEditor-Linux-Test \
CrashReportClientEditor \
DatasmithCADWorker-Linux-Debug \
DatasmithCADWorker-Linux-DebugGame \
DatasmithCADWorker-Linux-Shipping \
DatasmithCADWorker-Linux-Test \
DatasmithCADWorker \
DatasmithFacadeCSharp-Linux-Debug \
DatasmithFacadeCSharp-Linux-DebugGame \
DatasmithFacadeCSharp-Linux-Shipping \
DatasmithFacadeCSharp-Linux-Test \
DatasmithFacadeCSharp \
DatasmithMax2016-Linux-Debug \
DatasmithMax2016-Linux-DebugGame \
DatasmithMax2016-Linux-Shipping \
DatasmithMax2016-Linux-Test \
DatasmithMax2016 \
DatasmithMax2017-Linux-Debug \
DatasmithMax2017-Linux-DebugGame \
DatasmithMax2017-Linux-Shipping \
DatasmithMax2017-Linux-Test \
DatasmithMax2017 \
DatasmithMax2018-Linux-Debug \
DatasmithMax2018-Linux-DebugGame \
DatasmithMax2018-Linux-Shipping \
DatasmithMax2018-Linux-Test \
DatasmithMax2018 \
DatasmithMax2019-Linux-Debug \
DatasmithMax2019-Linux-DebugGame \
DatasmithMax2019-Linux-Shipping \
DatasmithMax2019-Linux-Test \
DatasmithMax2019 \
DatasmithMax2020-Linux-Debug \
DatasmithMax2020-Linux-DebugGame \
DatasmithMax2020-Linux-Shipping \
DatasmithMax2020-Linux-Test \
DatasmithMax2020 \
DatasmithMax2021-Linux-Debug \
DatasmithMax2021-Linux-DebugGame \
DatasmithMax2021-Linux-Shipping \
DatasmithMax2021-Linux-Test \
DatasmithMax2021 \
DatasmithRevit2018-Linux-Debug \
DatasmithRevit2018-Linux-DebugGame \
DatasmithRevit2018-Linux-Shipping \
DatasmithRevit2018-Linux-Test \
DatasmithRevit2018 \
DatasmithRevit2019-Linux-Debug \
DatasmithRevit2019-Linux-DebugGame \
DatasmithRevit2019-Linux-Shipping \
DatasmithRevit2019-Linux-Test \
DatasmithRevit2019 \
DatasmithRevit2020-Linux-Debug \
DatasmithRevit2020-Linux-DebugGame \
DatasmithRevit2020-Linux-Shipping \
DatasmithRevit2020-Linux-Test \
DatasmithRevit2020 \
DatasmithRevit2021-Linux-Debug \
DatasmithRevit2021-Linux-DebugGame \
DatasmithRevit2021-Linux-Shipping \
DatasmithRevit2021-Linux-Test \
DatasmithRevit2021 \
DatasmithSDK-Linux-Debug \
DatasmithSDK-Linux-DebugGame \
DatasmithSDK-Linux-Shipping \
DatasmithSDK-Linux-Test \
DatasmithSDK \
DatasmithSketchUp2017-Linux-Debug \
DatasmithSketchUp2017-Linux-DebugGame \
DatasmithSketchUp2017-Linux-Shipping \
DatasmithSketchUp2017-Linux-Test \
DatasmithSketchUp2017 \
DatasmithSketchUp2018-Linux-Debug \
DatasmithSketchUp2018-Linux-DebugGame \
DatasmithSketchUp2018-Linux-Shipping \
DatasmithSketchUp2018-Linux-Test \
DatasmithSketchUp2018 \
DatasmithSketchUp2019-Linux-Debug \
DatasmithSketchUp2019-Linux-DebugGame \
DatasmithSketchUp2019-Linux-Shipping \
DatasmithSketchUp2019-Linux-Test \
DatasmithSketchUp2019 \
DatasmithSketchUp2020-Linux-Debug \
DatasmithSketchUp2020-Linux-DebugGame \
DatasmithSketchUp2020-Linux-Shipping \
DatasmithSketchUp2020-Linux-Test \
DatasmithSketchUp2020 \
HeadlessChaos-Linux-Debug \
HeadlessChaos-Linux-DebugGame \
HeadlessChaos-Linux-Shipping \
HeadlessChaos-Linux-Test \
HeadlessChaos \
UnrealLaunchDaemon-Linux-Debug \
UnrealLaunchDaemon-Linux-DebugGame \
UnrealLaunchDaemon-Linux-Shipping \
UnrealLaunchDaemon-Linux-Test \
UnrealLaunchDaemon \
LiveCodingConsole-Linux-Debug \
LiveCodingConsole-Linux-DebugGame \
LiveCodingConsole-Linux-Shipping \
LiveCodingConsole-Linux-Test \
LiveCodingConsole \
DsymExporter-Linux-Debug \
DsymExporter-Linux-DebugGame \
DsymExporter-Linux-Shipping \
DsymExporter-Linux-Test \
DsymExporter \
UE4EditorServices-Linux-Debug \
UE4EditorServices-Linux-DebugGame \
UE4EditorServices-Linux-Shipping \
UE4EditorServices-Linux-Test \
UE4EditorServices \
UnrealAtoS-Linux-Debug \
UnrealAtoS-Linux-DebugGame \
UnrealAtoS-Linux-Shipping \
UnrealAtoS-Linux-Test \
UnrealAtoS \
ShaderCompileWorker-Linux-Debug \
ShaderCompileWorker-Linux-DebugGame \
ShaderCompileWorker-Linux-Shipping \
ShaderCompileWorker-Linux-Test \
ShaderCompileWorker \
SlateViewer-Linux-Debug \
SlateViewer-Linux-DebugGame \
SlateViewer-Linux-Shipping \
SlateViewer-Linux-Test \
SlateViewer \
TestPAL-Linux-Debug \
TestPAL-Linux-DebugGame \
TestPAL-Linux-Shipping \
TestPAL-Linux-Test \
TestPAL \
UnrealCEFSubProcess-Linux-Debug \
UnrealCEFSubProcess-Linux-DebugGame \
UnrealCEFSubProcess-Linux-Shipping \
UnrealCEFSubProcess-Linux-Test \
UnrealCEFSubProcess \
UnrealFileServer-Linux-Debug \
UnrealFileServer-Linux-DebugGame \
UnrealFileServer-Linux-Shipping \
UnrealFileServer-Linux-Test \
UnrealFileServer \
UnrealFrontend-Linux-Debug \
UnrealFrontend-Linux-DebugGame \
UnrealFrontend-Linux-Shipping \
UnrealFrontend-Linux-Test \
UnrealFrontend \
UnrealHeaderTool-Linux-Debug \
UnrealHeaderTool-Linux-DebugGame \
UnrealHeaderTool-Linux-Shipping \
UnrealHeaderTool-Linux-Test \
UnrealHeaderTool \
UnrealInsights-Linux-Debug \
UnrealInsights-Linux-DebugGame \
UnrealInsights-Linux-Shipping \
UnrealInsights-Linux-Test \
UnrealInsights \
UnrealLightmass-Linux-Debug \
UnrealLightmass-Linux-DebugGame \
UnrealLightmass-Linux-Shipping \
UnrealLightmass-Linux-Test \
UnrealLightmass \
UnrealMultiUserServer-Linux-Debug \
UnrealMultiUserServer-Linux-DebugGame \
UnrealMultiUserServer-Linux-Shipping \
UnrealMultiUserServer-Linux-Test \
UnrealMultiUserServer \
UnrealPak-Linux-Debug \
UnrealPak-Linux-DebugGame \
UnrealPak-Linux-Shipping \
UnrealPak-Linux-Test \
UnrealPak \
UnrealRecoverySvc-Linux-Debug \
UnrealRecoverySvc-Linux-DebugGame \
UnrealRecoverySvc-Linux-Shipping \
UnrealRecoverySvc-Linux-Test \
UnrealRecoverySvc \
UnrealVersionSelector-Linux-Debug \
UnrealVersionSelector-Linux-DebugGame \
UnrealVersionSelector-Linux-Shipping \
UnrealVersionSelector-Linux-Test \
UnrealVersionSelector \
UnrealWatchdog-Linux-Debug \
UnrealWatchdog-Linux-DebugGame \
UnrealWatchdog-Linux-Shipping \
UnrealWatchdog-Linux-Test \
UnrealWatchdog \
BootstrapPackagedGame-Linux-Debug \
BootstrapPackagedGame-Linux-DebugGame \
BootstrapPackagedGame-Linux-Shipping \
BootstrapPackagedGame-Linux-Test \
BootstrapPackagedGame \
UE4Client-Linux-Debug \
UE4Client-Linux-DebugGame \
UE4Client-Linux-Shipping \
UE4Client-Linux-Test \
UE4Client \
UE4Editor-Linux-Debug \
UE4Editor-Linux-DebugGame \
UE4Editor-Linux-Shipping \
UE4Editor-Linux-Test \
UE4Editor \
UE4Game-Linux-Debug \
UE4Game-Linux-DebugGame \
UE4Game-Linux-Shipping \
UE4Game-Linux-Test \
UE4Game \
UE4Server-Linux-Debug \
UE4Server-Linux-DebugGame \
UE4Server-Linux-Shipping \
UE4Server-Linux-Test \
UE4Server \