Results 38 comments of Tim Angus

Perhaps `QSortFilterProxyModel::lessThan` or the implementation of ` QAbstractItemModelPrivate::isVariantLessThan` is useful here?

> With these packages installed, the cmake configure step succeeds, but I then get compile errors with current master. > Should I open a new issue for them? Yes, if...

#9344 maybe relevant.

Sorry I missed this, I meant to reply but went on holiday for a bit and forgot all about it. I suspect this is something to do with your node...

I made things work here: https://github.com/timangus/aqtinstall/commit/5fd08c42d55c21b75dddc693ddb72d8d6d2ce582 `$ aqt install-qt all_os wasm 6.7.0 wasm_multithread --autodesktop`

And please regard my changes with scepticism; I've only hacked away at it to make it work for my particular use case. It's perhaps useful as a basis for fixing...

@vkuznetsovgn at this point I can't really remember tbh, but my fork is still working for my purposes so I guess any insight I can contribute is contained therein. As...

I suspect the root cause here is similar to #779.

Well my hack for wasm (https://github.com/timangus/aqtinstall/commit/5fd08c42d55c21b75dddc693ddb72d8d6d2ce582) will probably address some of the problem but I expect you'll need to change more to get android working...

Qt has a propensity to break things between major releases so for major releases of Graphia I tend not to change what I build against. The current target is 6.7.0....