summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/Qt5RemoteObjectsConfigExtras.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
| | | | | | | Task-number: QTBUG-105718 Change-Id: I3c41abc9bca22c7395fa8bbacb853e2081491d5f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Use SPDX license identifiersLucie Gérard2022-06-141-36/+1
| | | | | | | | | | | 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: I315d7ce1d6c6c3497afdfe8b61a113fdc181c935 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* CMake: Add Qt6 forward compatible CMake API and targetsAlexandru Croitor2020-01-241-0/+11
| | | | | | | | Task-number: QTBUG-74137 Task-number: QTBUG-80477 Change-Id: I6a025f0b1824d5afef4f2546552e93fa3cace454 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Cristian Adam <cristian.adam@qt.io>
* Fix license headersJani Heikkinen2018-01-151-12/+18
| | | | | | | | old header.LGPL21 was used in some src files. Replace those with correct header.LGPL one Change-Id: I0042bfba57d7f4f0f62531c9257c9ba5acfb64fa Reviewed-by: Liang Qi <liang.qi@qt.io>
* Fixes for license checkBrett Stottlemyer2017-01-141-22/+14
| | | | | | | | Change-Id: I3cf39180b08b80ea65c46e7b6a9e81f3aa79d1af Reviewed-by: Kevin Funk <kevin.funk@kdab.com> Reviewed-by: Continuous Integration (KDAB) <build@kdab.com> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Make sure repc is found for standalone QtROKevin Funk2015-11-251-0/+53
Change-Id: Ib78770703e0d134793b51ec260194edb0ce9a73b Reviewed-by: Brett Stottlemyer <bstottle@ford.com>