summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMake: fix warningLi Xinwei2021-05-081-1/+1
| | | | | | | | | | | | CMake Warning (dev) at .../cmake/share/cmake-3.19/Modules/ FindPackageHandleStandardArgs.cmake:426 (message): The package name passed to `find_package_handle_standard_args` (PkgConfig) does not match the name of the calling package (BlueZ). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Change-Id: I25844ebedc47197a19ea4a91b6e4c5cf7d2fbe36 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Port qtconnectivity to cmakeOliver Wolff2019-10-241-0/+7
Also removed dependencies.yaml at the same time, as the new dependency tracking is not used in wip/cmake at the moment. Task-number: QTBUG-78181 Change-Id: I39c23da8daeedd86b7720d66d48ab0af3762083c Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>