summaryrefslogtreecommitdiffstats
path: root/cmake/QtPublicTargetHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* Remove TODOs related to checking CMake 3.21 features post-releaseCraig Scott2021-09-181-2/+0
* Call MinGW's ld with -Bstatic when requesting static runtime linkageJoerg Bornemann2021-08-271-1/+1
* CMake: Use correct MSVC runtime library for Qt object librariesAlexandru Croitor2021-07-091-0/+11
* Make QT_HAVE_LINK_ORDER_MATTERS INTERNAL to hide from GUIAlexey Edelev2021-07-081-2/+2
* Use target_link_options to propagate object librariesAlexey Edelev2021-07-021-3/+43
* CMake: Pierce through LINK_ONLY deps in finalizer dep traversalAlexandru Croitor2021-06-291-0/+5
* Disable finalizers by default for the non-ld linkersAlexey Edelev2021-06-191-0/+4
* Move the linking logic of the object libraries to a common functionAlexey Edelev2021-06-181-38/+40
* Remove target specific flags from the linker capabilities checkAlexey Edelev2021-06-161-31/+16
* Check the impact of static link order for user projectsAlexey Edelev2021-06-161-1/+102
* CMake: Promote all targets to global within a scope when possibleAlexandru Croitor2021-06-161-1/+35
* CMake: Allow promoting the Qt libraries to be global targetsAlexandru Croitor2021-06-161-0/+14
* Collect resource objects of plugins and their dependencies in finalizerAlexey Edelev2021-06-031-2/+32
* Do not get LINK_LIBRARY of the interface librariesAlexey Edelev2021-06-011-1/+7
* Rework resource finalizer approachAlexey Edelev2021-05-311-10/+40
* Implement propagation of object files to the end-point executableAlexey Edelev2021-05-271-0/+34
* CMake: Make qt_internal_walk_libs available in public projectsAlexandru Croitor2021-05-111-0/+16