summaryrefslogtreecommitdiffstats
path: root/cmake/FindXComposite.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Fix Waylandkms and XComposite CMake find packagesCristian Adam2020-11-191-1/+6
| | | | | | | | | The packages were including FindPkgConfig.cmake directly instead of calling find_package(PkgConfig), which was causing these warnings. Fixes: QTBUG-88539 Change-Id: Ib2947b26df1abdb5c45883f89dc51fbece0b9f20 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Initial CMake portJohan Klokkhammer Helsing2019-11-261-0/+7
The client, compositor, tests, plugins and examples now build. There are still a few minor issues: - The protocol source generation is a bit hacky. - The tests for checking if building CMake projects don't work anymore as they have Qt 5 specific code. They have just been commented out for now. Fixes: QTBUG-78177 Change-Id: Ie17cb05f0cdbd5b098970ce765adaeccf61a8fde Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Qt CMake Build Bot