mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
![]() two bugs: - If the .slint file did not contain any import, the depfile would have no dependencies, and as a result, ninja would consider that it is always dirty. - In case the binary dir is a sub directory, the dependencies were relative to the wrong directory. Thgis is because the behavior changed in some version of cmake (see https://cmake.org/cmake/help/latest/policy/CMP0116.html) to avoid any problem, use the absolute paths Fixes #3261 |
||
---|---|---|
.. | ||
SlintConfig.cmake.in | ||
SlintMacro.cmake |