Earlier quoted context omitted.
EVen thought I understand the bashing Electron gets, it doesn't seem that Qt is the right choice right now. I tried to test the software: Needed Qt as there are no releases, but Qt is behind a paywall, and according to a previous post here in HN [1] it seems they resorted back to tactics they already reckoned (In 2015) were not good. I guess I'll just have to wait until the page has the releases ready. [1] https://ne…
> but Qt is behind a paywall, apt install qtbase5-dev / brew install qt / whatever works just fine here. if you are on windows and absolutely want the official releases : pip install aqtinstall python -m aqt install 5.14.2 windows desktop win64_msvc2017_64 -O c:/Qt/
I'm on debian 10 and that didn't work, but I suspect it's something to do with my current installation that complains about a missing Qt4 software even after installing that (That I'll research when I have the time).