Commit Graph

4 Commits

Author SHA1 Message Date
Lucie Gérard 5dbcc5f8d6 Correct doc snippet license
All files under doc/snippet should be
licensed as documentation snippets
and according to QUIP-18 [1]
this is LicenseRef-Qt-Commercial OR BSD-3-Clause

[1]: https://contribute.qt-project.org/quips/18

Pick-to: 6.7
Task-number: QTBUG-121787
Change-Id: I043e09eea06e18784886676602b54bb3291c39bb
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
2024-04-04 13:43:26 +00:00
Lucie Gérard d490baa159 Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718
Change-Id: Iec124e0bceb4335370674a222970cd9c1b90763f
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-08-23 10:01:38 +02:00
Lucie Gérard 37540e46fb Add license headers to cmake files
CMakeLists.txt and .cmake files of significant size
(more than 2 lines according to our check in tst_license.pl)
now have the copyright and license header.

Existing copyright statements remain intact

Task-number: QTBUG-88621
Change-Id: I9499ba4c20f610ffe8af0fc3e29e6581247f2c40
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-07-07 14:45:33 +02:00
Joerg Bornemann 456b407825 Doc: Document how to use static plugins with CMake
Also, update the existing QTPLUGIN example to import a plugin that is
not imported by default.  This is closer what one would do in reality.

Make the CMake examples match the qmake ones.

Move text that describes CMake and qmake to the start of the section,
and add a subsection for CMake and qmake each.

Pick-to: 6.2 6.3
Fixes: QTBUG-91413
Change-Id: Ie67518dc8757c69f382067a7225c72ff0b512ff8
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2022-01-17 17:25:30 +01:00