Joshua Goins
Joshua Goins
This appears to be the same in Element Web too
> Thinking further of the whole thing - what this doesn't cover is the case when an edit or a redaction applies to an event tier resides in an even...
> Hmm, I wonder how CMake is finding things in this case? Because CMake modules work completely different. The modules themselves can declare where their include headers live (usually under...
> Hm, as we abstract this via qt_build_utils, in principle it's okay with supporting both CMake and QMake "backend" essentially. We should check how much effort it is to support...
> I'd be happy to see the blurhash generation code in the library too - would you mind moving it over here from the NeoChat MR? :) Sure can!
Okay the blurhash implementation has been moved here, will update the NeoChat MR accordingly
Aha I just found https://github.com/frankosterfeld/qtkeychain/pull/226 because this is actually an underlying windeploy issue.
Hold on, that seems to have been accidentally lost and so you can no longer set it externally. Was this intentional?
I think this makes sense right? `QT_MAJOR_VERSION` is being set by the user (if needed at all) but here it should be `QT_VERSION_MAJOR` because that's coming from the target. If...
@nicolasfella ping?