summaryrefslogtreecommitdiffstats
path: root/doc/src/external-resources.qdoc
blob: 554bea21ebb21315b8a87f908544f1a420b5af3c (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
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
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \externalpage http://wiki.qt.io/Building_Qt_5_from_Git
    \title Building Qt 5 From Git
*/

/*!
    \externalpage http://qt-project.org/contribute
    \title Contributing to Qt
*/

/*!
    \externalpage http://www.chromium.org/Home
    \title The Chromium Projects
*/

/*!
    \externalpage http://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12
    \title Xcode
*/

/*!
    \externalpage https://developer.apple.com/programs/
    \title Apple Developer Program
*/

/*!
    \externalpage https://developer.apple.com/documentation/xcode/managing-assets-with-asset-catalogs/
    \title Managing Assets with Asset Catalogs
*/
/*!
    \externalpage https://developer.apple.com/documentation/xcode/specifying-your-apps-launch-screen
    \title Specifying Your App's Launch Screen
*/
/*!
    \externalpage https://developer.apple.com/library/content/qa/qa1686/_index.html
    \title App Icons on iPhone, iPad and Apple Watch
*/

/*!
    \externalpage https://help.apple.com/xcode/mac/current/#/dev10510b1f7
    \title Create asset catalogs and sets
*/

/*!
    \externalpage https://spdx.org/licenses/BSD-3-Clause.html
    \title BSD 3-Clause "New" or "Revised" License
*/

/*!
    \externalpage http://qt.io/licensing/
    \title Qt Licensing Overview
*/

/*!
    \externalpage http://www.gnu.org/licenses/gpl-2.0.html
    \title GNU General Public License, version 2
*/

/*!
    \externalpage http://www.gnu.org/licenses/gpl-3.0.html
    \title GNU General Public License, version 3
*/

/*!
    \externalpage http://www.gnu.org/licenses/lgpl-2.1.html
    \title GNU Lesser General Public License, version 2.1
*/

/*!
    \externalpage http://www.gnu.org/licenses/lgpl-3.0.html
    \title GNU Lesser General Public License, version 3
*/


/*!
    \externalpage https://spdx.org/licenses/BSD-3-Clause.html
    \title BSD 3-clause "New" or "Revised" License
*/

/*!
    \externalpage https://wiki.qt.io/Technical_FAQ#How_to_compress_data_with_Qt?
    \title How to compress data with Qt?
*/

/*!
    \externalpage https://play.google.com/store/apps/details?id=com.digia.Qt5Intro
    \title Google Play: Introduction to Qt 5
*/

/*!
    \externalpage https://play.google.com/store/apps/details?id=com.digia.Qt5Everywhere
    \title Google Play: Qt 5 Everywhere
*/

/*!
    \externalpage https://itunes.apple.com/us/app/subattack/id659283830
    \title iTunes: SubAttack
*/

/*!
    \externalpage https://itunes.apple.com/us/app/qtquicksand/id666273528
    \title iTunes: QtQuicksand
*/

/*!
   \externalpage http://www.windowsphone.com/en-us/store/app/quickforecast/35572287-c6d6-4d5c-9799-46555f7fc459
   \title Windows Store: QuickForecast
*/

/*!
    \externalpage https://itunes.apple.com/us/app/quick-forecast/id736658981
    \title iTunes: Quick Forecast
*/

/*!
    \externalpage https://play.google.com/store/apps/details?id=org.qtproject.quickforecast
    \title Google Play: Quick Forecast
*/

/*!
    \externalpage https://itunes.apple.com/us/app/qt-hangman/id762381104
    \title iTunes: Qt Hangman
*/

/*!
    \externalpage https://play.google.com/store/apps/details?id=com.digia.QtHangman
    \title Google Play: Qt Hangman
*/
/*!
    \externalpage https://play.google.com/store/apps/details?id=com.digia.Flyingbus
    \title Google Play: Flyingbus
*/

/*!
    \externalpage https://itunes.apple.com/us/app/flyingbus/id762515926?mt=8
    \title iTunes: Flyingbus
*/

/*!
    \externalpage http://www.gnu.org/copyleft/fdl.html
    \title GNU Free Documentation License
*/

/*!
    \externalpage https://www.qt.io/terms-conditions/#marketplace
    \title Qt Marketplace License Agreement
*/

/*!
    \externalpage http://doc.qt.io/qbs/index.html
    \title Qbs Manual
*/

/*!
    \externalpage https://play.google.com/apps/publish
    \title Google Play Developer Console
*/

/*!
    \externalpage http://www.qt.io/product/features
    \title Qt Features
*/
/*!
    \externalpage https://sailfishos.org/
    \title Sailfish OS
*/
/*!
    \externalpage https://www.tizen.org/
    \title Tizen
*/
/*!
    \externalpage http://developer.android.com/guide/topics/manifest/manifest-intro.html
    \title Android: App Manifest
*/
/*!
    \externalpage https://developer.android.com/guide/topics/manifest/manifest-element
    \title Android: App Manifest <manifest>
*/
/*!
    \externalpage https://developer.android.com/guide/topics/manifest/application-element
    \title Android: App Manifest <application>
*/
/*!
    \externalpage https://developer.android.com/guide/topics/manifest/activity-element
    \title Android: App Manifest <activity>
*/
/*!
    \externalpage https://developer.android.com/guide/topics/manifest/meta-data-element
    \title Android: App Manifest <meta-data>
*/
/*!
    \externalpage https://developer.android.com/studio/#command-line-tools-only
    \title Android: Android command line tools
*/
/*!
    \externalpage https://developer.android.com/studio/releases/platforms
    \title Android: Android SDK Platforms
*/
/*!
    \externalpage https://developer.android.com/studio/releases/platform-tools
    \title Android: Android SDK Platform Tools
*/
/*!
    \externalpage https://developer.android.com/studio/releases/build-tools
    \title Android: Android SDK Build Tools
*/
/*!
    \externalpage http://developer.android.com/tools/sdk/ndk/index.html
    \title Android: The Android NDK
*/
/*!
    \externalpage https://developer.android.com/studio#downloads
    \title Android: Android Studio
*/
/*!
    \externalpage https://developer.android.com/studio/intro/update#sdk-manager
    \title Android: Update your tools with the SDK Manager
*/
/*!
    \externalpage https://developer.android.com/studio/command-line/sdkmanager
    \title Android: sdkmanager
*/
/*!
    \externalpage https://developer.android.com/studio/run/emulator
    \title Android: Android Emulator
*/
/*!
    \externalpage https://developer.android.com/studio/publish/versioning#appversioning
    \title Android: App Versioning
*/
/*!
    \externalpage http://developer.android.com/tools/help/adb.html
    \title Android: adb
*/
/*!
    \externalpage https://developer.android.com/reference/android/app/Service
    \title Android: Service
*/
/*!
    \externalpage https://developer.android.com/reference/android/content/Intent
    \title Android: Intent
*/
/*!
    \externalpage https://developer.android.com/reference/android/content/Context#startService(android.content.Intent)
    \title Android: startService()
*/
/*!
    \externalpage https://developer.android.com/reference/android/content/BroadcastReceiver
    \title Android: BroadcastReceiver
*/
/*!
    \externalpage https://developer.android.com/reference/android/content/Context#sendBroadcast(android.content.Intent)
    \title Android: sendBroadcast()
*/
/*!
    \externalpage https://developer.android.com/reference/android/os/Binder.html
    \title Android: Binder
*/
/*!
    \externalpage https://developer.android.com/guide/app-bundle
    \title Android: App Bundles
*/
/*!
    \externalpage https://developer.android.com/guide/components/activities/intro-activities
    \title Android: Introduction to Activities
*/
/*!
    \externalpage https://developer.android.com/studio/build#build-files
    \title Android: Build Configuration Files
*/
/*!
   \externalpage https://developer.android.com/reference/android/R.style#Theme_DeviceDefault_DayNight
   \title Android: Theme_DeviceDefault_DayNight Style
*/
/*!
   \externalpage https://developer.android.com/reference/android/R.style#Theme_Holo_Light
   \title Android: Theme_Holo_Light Style
*/
/*!
   \externalpage https://developer.android.com/reference/android/app/Application
   \title Android: Application
*/
/*!
    \externalpage https://developer.android.com/reference/android/app/Activity
    \title Android: Activity
*/
/*!
    \externalpage https://developer.android.com/reference/android/app/Activity#onCreate(android.os.Bundle)
    \title Android: Activity onCreate()
*/
/*!
    \externalpage https://developer.android.com/reference/android/view/ContextThemeWrapper#setTheme(android.content.res.Resources.Theme)
    \title Android: Activity setTheme()
*/
/*!
    \externalpage https://developer.android.com/reference/java/lang/System#load(java.lang.String)
    \title Android: System load()
*/
/*!
    \externalpage https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/invocation.html#JNJI_OnLoad
    \title Android: JNI_OnLoad()
*/
/*!
    \externalpage https://developer.android.com/studio/build/dependencies
    \title Android: Add build dependencies
*/
/*!
    \externalpage https://developer.android.com/training/articles/keystore
    \title Android: Android keystore system
*/
/*!
    \externalpage https://developer.android.com/guide/topics/resources/providing-resources#OriginalFiles
    \title Android: Accessing original files
*/
/*!
    \externalpage https://developer.android.com/guide/topics/resources/providing-resources
    \title Android: App resources overview
*/

/*!
    \externalpage https://developer.android.com/guide/components/fragments
    \title Android: Fragments
*/
/*!
    \externalpage https://developer.android.com/reference/androidx/core/app/JobIntentService.html
    \title Android: JobIntentService
*/
/*!
    \externalpage https://developer.android.com/guide/components/foreground-services
    \title Android: Foreground services
*/

/*!
    \externalpage https://support.google.com/googleplay/android-developer/answer/11190644?hl=en
    \title Android: Android Emoji Policy
*/

/*!
    \externalpage https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
    \title Android: Google Downloadable Fonts
*/

/*!
    \externalpage https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts#downloadable-fonts-process
    \title Android: Downloadable Fonts Process
*/

/*!
    \externalpage https://developer.android.com/reference/android/support/v4/provider/package-summary
    \title Android: Support Library
*/
/*!
    \externalpage https://developer.android.com/build/releases/gradle-plugin
    \title Android: Android Gradle plugin
*/

/*!
    \externalpage https://github.com/googlefonts/noto-emoji/
    \title NotoColorEmoji font
*/

/*!
    \externalpage https://github.com/googlefonts/noto-emoji/blob/main/fonts/LICENSE
    \title SIL OPEN FONT LICENSE
*/

/*!
    \externalpage https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts#adding-certificates
    \title Android: Font Provider Certificates
*/

/*!
    \externalpage https://github.com/android/user-interface-samples/blob/master/DownloadableFonts/app/src/main/res/values/font_certs.xml
    \title Android: GMS Font Provider Certificates
*/

/*!
    \externalpage https://developer.android.com/studio/publish/versioning.html#appversioning
    \title Android: App Versioning
*/

/*!
    \externalpage https://bugreports.qt.io/browse/QTBUG-81461
    \title QTBUG-81461
*/
/*!
    \externalpage https://bugreports.qt.io/browse/QTBUG-78009
    \title QTBUG-78009
*/
/*!
    \externalpage https://bugreports.qt.io/browse/QTBUG-72086
    \title QTBUG-72086
*/

/*!
    \externalpage https://bugreports.qt.io/browse/QTBUG-114437
    \title QTBUG-114437
*/

/*!
    \externalpage http://strawberryperl.com
    \title Perl
*/
/*!
    \externalpage https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
    \title Java SE Development Kit
*/
/*!
    \externalpage http://openjdk.java.net
    \title OpenJDK
*/
/*!
    \externalpage https://adoptium.net
    \title Adoptium
*/
/*!
    \externalpage http://www.gradle.org
    \title Gradle
*/

/*!
    \externalpage https://www.qt.io/download
    \title Qt Downloads
*/
/*!
    \externalpage https://wiki.qt.io/Building_Qt_5_from_Git#Getting_the_source_code
    \title Getting the source code
*/
/*!
    \externalpage https://qtcloudservices.com/
    \title Qt Cloud Services
*/

/*!
    \externalpage http://doc.qt.io/qtcreator/creator-configuring.html
    \title Qt Creator
*/

/*!
    \externalpage http://doc.qt.io/qtcreator/creator-configuring.html
    \title Configuring Qt Creator
*/
/*!
    \externalpage http://doc.qt.io/qtcreator/creator-deploying-android.html#signing-android-packages
    \title Qt Creator: Signing Android Packages
*/
/*!
    \externalpage http://doc.qt.io/qtcreator/creator-deploying-android.html#specifying-settings-for-packages
    \title Qt Creator: Specifying Settings for Packages
*/
/*!
    \externalpage http://doc.qt.io/qtcreator/creator-developing-android.html#specifying-android-device-settings
    \title Qt Creator: Specifying Android Device Settings
*/
/*!
    \externalpage http://doc.qt.io/qtcreator/creator-deploying-android.html#managing-android-skd-packages
    \title Qt Creator: Managing Android SDK Packages
*/
/*!
    \externalpage http://doc.qt.io/qtcreator/creator-deploying-android.html#editing-manifest-files
    \title Qt Creator: Editing Manifest Files
*/
/*!
    \externalpage https://doc.qt.io/qtcreator/creator-qml-performance-monitor.html
    \title Qt Creator: Profiling QML Applications
*/

/*!
    \externalpage https://doc.qt.io/qtcreator/creator-build-example-application.html
    \title Qt Creator: Building and Running an Example
*/
/*!
    \externalpage https://doc.qt.io/qtcreator/qtcreator-accelbubble-example.html
    \title Qt Creator: Creating a Mobile Application
*/
/*!
    \externalpage https://doc.qt.io/qtcreator/creator-deploying-android.html
    \title Qt Creator: Deploying to Android
*/
/*!
    \externalpage http://wiki.openssl.org/index.php/Compilation_and_Installation#Configure_Options
    \title OpenSSL Configure Options
*/

/*!
    \externalpage https://github.com/KDAB/android_openssl
    \title OpenSSL for Android
*/

/*!
    \externalpage http://www.openssl.org/source
    \title OpenSSL Source
*/

/*!
    \externalpage https://codereview.qt-project.org/#/admin/projects/qt/qthttp
    \title Qt HTTP
*/

/*!
    \externalpage https://codereview.qt-project.org/#/admin/projects/qt/qtftp
    \title Qt FTP
*/

/*!
    \externalpage http://doc.qt.io/QtQuickCompiler
    \title Qt Quick Compiler
*/

/*!
    \externalpage https://doc.qt.io/QtForMCUs
    \title Qt for MCUs
*/

/*!
    \externalpage http://doc.qt.io/QtSupportedPlatforms/index.html
    \title Officially Supported Platforms
*/

/*!
    \externalpage http://www.bluetooth.org
    \title Bluetooth SIG
*/

/*!
    \externalpage https://account.qt.io/
    \title Qt Account
*/

/*!
    \externalpage http://doc.qt.io/qtvstools/index.html
    \title Qt VS Tools
*/
/*!
    \externalpage http://doc.qt.io/emulator/index.html
    \title Emulator
*/
/*!
    \externalpage http://doc.qt.io/archives/qt-5.3/qtwebkit-index.html
    \title Qt WebKit
*/
/*!
    \externalpage http://doc.qt.io/archives/qt-5.3/qtwebkitwidgets-index.html
    \title Qt WebKit Widgets
*/
/*!
    \externalpage http://www.opengl.org/wiki/Vertex_Rendering#Instancing
    \title OpenGL Instanced Rendering
*/
/*!
    \externalpage http://www.opengl.org/wiki/Vertex_Rendering#Primitive_Restart
    \title OpenGL Primitive Restart
*/
/*!
    \externalpage http://www.khronos.org/gltf/
    \title OpenGL glTF
*/
/*!
    \externalpage https://doc.qt.io/Boot2Qt/
    \keyword Qt for Device Creation
    \title Boot to Qt
*/
/*!
    \externalpage https://www.qt.io/product/qt6/qml-book/
    \title Qt 6 QML Book
*/

/*!
    \externalpage https://wiki.openssl.org/images/7/70/Setenv-android.sh
    \title OpenSSL: Build Setup Script
*/

/*!
    \externalpage http://doc.qt.io/QtForAutomation/index.html
    \title Qt for Automation
*/

/*!
    \externalpage https://doc.qt.io/QtAndroidAutomotive/
    \title Qt for Android Automotive
*/

/*!
    \externalpage https://doc.qt.io/QtAndroidAutomotive/qtaa-quick-starter-guide.html
    \title Qt for Android Automotive Quick Starter Guide
*/

/*!
    \externalpage https://doc.qt.io/QtQuickEnterpriseControls/
    \title Qt Quick Enterprise Controls
*/

/*!
    \externalpage https://wiki.qt.io/Qt_for_WebAssembly
    \title Qt for WebAssembly wiki
*/

/*!
    \externalpage http://blog.qt.io/blog/2018/04/23/beta-qt-webassembly-technology-preview/
    \title Qt for WebAssembly Technology Preview
*/

/*!
    \externalpage http://blog.qt.io/blog/2018/05/22/qt-for-webassembly/
    \title Qt and WebAssembly
*/

/*!
    \externalpage http://blog.qt.io/blog/2018/11/19/getting-started-qt-webassembly/
    \title Getting Started with Qt for WebAssembly
*/

/*!
    \externalpage http://blog.qt.io/blog/2018/06/12/remote-uis-webgl-webassembly/
    \title Remote UIs with WebGL and WebAssembly
*/

/*!
    \externalpage https://webassembly.org
    \title WebAssembly Resource site
*/

/*!
    \externalpage https://www.freedesktop.org/wiki/Software/libinput
    \title libinput
*/

/*!
    \externalpage https://www.yoctoproject.org
    \title Yocto Project
*/

/*!
    \externalpage http://lct.sourceforge.net/
    \title Linux Console Tools (LCT)
*/

/*!
    \externalpage https://www.x.org/
    \title X.org
*/

/*!
    \externalpage https://crascit.com/professional-cmake/
    \title Professional CMake: A Practical Guide
*/

/*!
    \externalpage https://ninja-build.org/
    \title Ninja
*/

/*!
    \externalpage https://doc.qt.io/qtdesignstudio/gstutorials.html
    \title Qt Design Studio: Tutorials
*/

/*!
    \externalpage https://doc.qt.io/qtdesignstudio/qtdesignstudio-washingmachineui-example.html
    \title Qt Design Studio: Washing Machine UI
*/

/*!
    \externalpage https://www.qt.io/product/ui-design-tools
    \title \QDS
*/

/*!
    \externalpage https://doc.qt.io/qtforpython-6/tutorials/index.html
    \title Qt for Python Tutorials
*/

/*!
    \externalpage https://doc.qt.io/qtforpython-6/examples/index.html
    \title Qt for Python Examples
*/

/*!
    \externalpage https://doc.qt.io/QtAutomotiveSuite/qtas-examples.html
    \title Examples in Qt Automotive Suite
*/

/*!
    \externalpage https://doc.qt.io/QtCoAP/qtcoap-examples.html
    \title Qt CoAP Examples
*/

/*!
    \externalpage https://doc.qt.io/QtKNX/qtknx-examples.html
    \title Qt KNX Examples
*/

/*!
    \externalpage https://doc.qt.io/QtMQTT/qtmqtt-examples.html
    \title Qt MQTT Examples
*/

/*!
    \externalpage https://doc.qt.io/QtOPCUA/index.html
    \title Qt OPC UA Examples
*/

/*!
    \externalpage https://doc.qt.io/QtForMCUs/qulexamples.html
    \title Qt Quick Ultralite Examples
*/

/*!
    \externalpage https://doc.qt.io/qt-5.15/
    \title Qt 5.15
*/

/*!
    \externalpage https://doc.qt.io/QtForDeviceCreation/b2qt-tutorial-deploying.html
    \title Tutorial: Deploying Your First Project with Boot to Qt
*/

/*!
    \externalpage https://cmake.org/cmake/help/latest/guide/tutorial/
    \title CMake Tutorial
*/

/*!
    \externalpage https://cmake.org/cmake/help/latest/prop_tgt/AUTOMOC.html#including-header-moc-files-in-sources
    \title Including header moc files in sources
*/

/*!
    \externalpage https://cmake.org/cmake/help/latest/command/add_subdirectory.html
    \title CMake add_subdirectory documentation
*/

/*!
    \externalpage https://cmake.org/cmake/help/latest/command/target_include_directories.html
    \title CMake target_include_directories documentation
*/

/*!
    \externalpage https://cmake.org/cmake/help/latest/variable/CMAKE_PREFIX_PATH.html
    \title CMake CMAKE_PREFIX_PATH documentation
*/

/*!
    \externalpage https://cmake.org/cmake/help/latest/variable/CMAKE_TOOLCHAIN_FILE.html
    \title CMake CMAKE_TOOLCHAIN_FILE documentation
*/

/*!
    \externalpage https://cmake.org/cmake/help/latest/prop_tgt/MACOSX_BUNDLE_INFO_PLIST.html
    \title CMake MACOSX_BUNDLE_INFO_PLIST documentation
*/

/*!
    \externalpage https://gitlab.kitware.com/cmake/cmake/-/issues/23734
    \title CMake iOS archiving failure issue
*/

/*!
    \externalpage https://doc.qt.io/QtAndroidAutomotive/
    \title Qt for Android Automotive
*/

/*!
    \externalpage http://www.qnx.com/products/neutrino-rtos/neutrino-rtos.html
    \title QNX Neutrino RTOS
*/

/*!
    \externalpage http://www.qnx.com/
    \title QNX website
*/

/*!
    \externalpage http://www.qt.io/pricing
    \title Qt pricing
*/

/*!
    \externalpage https://www.gsmarena.com/google_pixel_3a-9408.php
    \title Pixel 3A
*/

/*!
    \externalpage https://www.gsmarena.com/google_pixel_4a-10123.php
    \title Pixel 4A
*/

/*!
    \externalpage https://www.gsmarena.com/google_pixel_2-8733.php
    \title Pixel 2
*/

/*!
    \externalpage https://www.gsmarena.com/google_pixel_2_xl-8720.php
    \title Pixel 2 XL
*/

/*!
    \externalpage https://www.gsmarena.com/google_pixel_4-9896.php
    \title Pixel 4
*/

/*!
    \externalpage https://www.gsmarena.com/google_pixel_6-11037.php
    \title Pixel 6
*/

/*!
    \externalpage https://www.gsmarena.com/google_pixel_6_pro-10918.php
    \title Pixel 6 Pro
*/

/*!
    \externalpage https://www.gsmarena.com/google_pixel_6a-11229.php
    \title Pixel 6a
*/

/*!
    \externalpage https://www.gsmarena.com/google_pixel_7-11903.php
    \title Pixel 7
*/

/*!
    \externalpage https://www.gsmarena.com/google_pixel_7_pro-11908.php
    \title Pixel 7 Pro
*/

/*!
    \externalpage https://www.gsmarena.com/google_pixel_7a-12170.php
    \title Pixel 7a
*/

/*!
    \externalpage https://www.gsmarena.com/samsung_galaxy_s10-9536.php
    \title Samsung Galaxy S10
*/

/*!
    \externalpage https://www.gsmarena.com/samsung_galaxy_s21_5g-10626.php
    \title Samsung Galaxy S21
*/

/*!
    \externalpage https://www.gsmarena.com/samsung_galaxy_tab_s4_10_5-9262.php
    \title Samsung Galaxy Tab S4
*/

/*!
    \externalpage https://www.gsmarena.com/nothing_phone_(1)-11636.php
    \title Nothing Phone 1
*/

/*!
    \externalpage https://www.gsmarena.com/motorola_moto_g5_plus-8453.php
    \title Motorola Moto G5 Plus
*/

/*!
    \externalpage https://www.gsmarena.com/apple_iphone_12-10509.php
    \title iPhone 12
*/

/*!
    \externalpage https://www.gsmarena.com/apple_iphone_11-9848.php
    \title iPhone 11
*/

/*!
    \externalpage https://www.gsmarena.com/apple_ipad_pro_11_(2021)-10865.php
    \title iPad Pro, 3rd generation
*/

/*!
    \externalpage https://www.gsmarena.com/apple_ipad_9_7_(2018)-9142.php
    \title iPad, 6th generation
*/

/*!
    \externalpage https://m3.material.io
    \title Material 3
*/

/*!
    \externalpage https://www.qt.io/terms-conditions/#appendix-9
    \title Qt Support Terms and Conditions
*/

/*!
    \externalpage https://doc.qt.io/Boot2Qt/b2qt-qbsp-overview.html
    \title Qt Board Support Package
*/

/*!
    \externalpage https://www.qt.io/product/supported-platforms-languages/other-targets
    \title Other Targets
*/

/*!
    \externalpage https://emscripten.org/docs/optimizing/Optimizing-Code.html
    \title Emscripten: Optimizing Code
*/

// These examples were moved to manual tests but still referenced in deployment
// documentation - add links to the source repository
/*!
    \externalpage https://code.qt.io/cgit/qt/qtbase.git/tree/tests/manual/examples/widgets/tools/plugandpaint/app?h=\QtVer
    \title Plug & Paint Example
    \keyword tools/plugandpaint/app
*/

/*!
    \externalpage https://code.qt.io/cgit/qt/qtbase.git/tree/tests/manual/examples/widgets/tools/plugandpaint/plugins/basictools?h=\QtVer
    \title Plug & Paint Basic Tools Example
    \keyword tools/plugandpaint/plugins/basictools
*/

/*!
    \externalpage https://code.qt.io/cgit/qt/qtbase.git/tree/tests/manual/examples/widgets/tools/plugandpaint/plugins/extrafilters?h=\QtVer
    \title Plug & Paint Extra Filters Example
    \keyword tools/plugandpaint/plugins/extrafilters
*/

/*!
    \externalpage https://developer.android.com/reference/android/content/Context
    \title Android: Context
*/