diff options
| author | Tobias Hunger <[email protected]> | 2019-05-09 10:02:37 +0200 |
|---|---|---|
| committer | Tobias Hunger <[email protected]> | 2019-05-09 11:29:25 +0000 |
| commit | 80e0c615a9b8c7498ecdfda1de5b98410ecfd0e7 (patch) | |
| tree | 3d1b9f95b5924e26fbb752db8d279c8ba4951b10 /util/cmake/configurejson2cmake.py | |
| parent | c4dd1a8fe3f412a1045e43d2e507351fc2d18fc4 (diff) | |
CMake: pro2cmake.py: Separate library extraction logic from writing out data
Separate the logic to find all used libraries from the code that writes out
the link_library information into the CMakeLists(.gen)?.txt files.
This patch will remove some "PUBLIC_LIBRARIES Qt::Core" from generated files.
This is due to us handling some Qt libraries in special ways in some of our
add_qt_* helpers. These special libraries were added to the LIBRARIES section,
but actually they should be added to the PUBLIC_LIBRARIES section instead. Do
so now, so that the newly generated files do not break things again.
Change-Id: I588781087a8aecc4d879e949735671d8085f0698
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'util/cmake/configurejson2cmake.py')
0 files changed, 0 insertions, 0 deletions
