Use qt_add_qml_module, qt_standard_project_setup, use loadFromModule(),
rename main.qml to capital Main.qml so it can be loaded via
loadFromModule(), rename the QML Module to Alarms as QML Modules usually
start with an upper case letter.
Also fix the documentation.
Pick-to: 6.8
Task-number: QTBUG-100100
Change-Id: I8b0c7c1924c4c5e0268ca33b339ba3645bb29f7a
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
License files are organized under LICENSES directory.
Pick-to: 6.4
Task-number: QTBUG-67283
Change-Id: Idfd176b7f7b077a5b7c66b7738dc9bcac94ab290
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
- Update information about and screenshots of Qt Creator
New Project wizard template.
- Use the main.cpp file generated by Qt Creator 7.0
Fixes: QTBUG-99847
Pick-to: 5.15 6.2 6.3
Change-Id: I1c2208267e9554e2f929ffffaa3dabd5554fc12e
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Compiler complains that's deprecated and always on.
Change-Id: Ic42db6288cde5c95093715afd5df98368d67bd1f
Reviewed-by: Paul Wicking <paul.wicking@qt.io>