summaryrefslogtreecommitdiffstats
path: root/cmake/QtPublicWalkLibsHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Skip walking empty targets in __qt_internal_walk_libs()Alexandru Croitor2025-04-251-1/+11
* Use `_qt_internal_dealias_target`Cristian Le2025-03-061-4/+1
* CMake: Add a special skip genex marker when walking libsAlexandru Croitor2025-03-061-2/+9
* CMake: Only load Qt6FooPrivate automatically when building QtJoerg Bornemann2025-01-241-4/+8
* CMake: Prevent most global promotion errors when building QtAlexandru Croitor2024-07-111-3/+4
* CMake: Move some of the target promotion functions to public filesAlexandru Croitor2024-07-111-1/+1
* Avoid requiring all Qt targets defined for user projectsAlexey Edelev2024-07-041-2/+9
* Prefer the versioned targets over the namespaceless one when collecting depsAlexey Edelev2024-05-071-5/+5
* Consider versioned targets when checking the existens in __qt_internal_walk_libsAlexey Edelev2024-05-071-2/+2
* Fix the namespaceless target condition in __qt_internal_walk_libsAlexey Edelev2024-02-131-1/+1
* CMake: Handle non-existent targets when collecting dependenciesJoerg Bornemann2022-12-121-3/+20
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake build: generate pkgconfig for public modulesMartin Reboredo2022-02-281-18/+32
* CMake: Make WrapVulkanHeaders target optional for QtGui consumersAlexandru Croitor2021-07-291-0/+7
* CMake: Allow promoting the Qt libraries to be global targetsAlexandru Croitor2021-06-161-3/+2
* Adjust the EntryPoint target name according to the internal module naming policyAlexey Edelev2021-06-151-6/+7
* CMake: Add 'collect_targets' mode to __qt_internal_walk_libsAlexandru Croitor2021-05-111-13/+69
* CMake: Make qt_internal_walk_libs available in public projectsAlexandru Croitor2021-05-111-0/+237