They still haven’t posted sources & build scripts for Qt 5.15.3 that is used in latest versions of IDA 8.4, 8.5, 9.0, 9.1 and you want them to do that for Qt 6.8.2? Too soon
so i did it
ran ida 9.2 beta on windows 7
i still need all your edits that you make to Qt6
but even now it works
and since you are making patches to Qt6 anyway
i think you could also include windows 7 support
i don’t think that they can reduce Qt regression
since most of the changes only change from static linking of new windows10+ functions
to dynamic
for those who want to repeat my experience
I can share a non-obvious problem
use old winsdk
I used winsdk 10.0.18362.0
so that Qt6 would be compiled with the correct windows libraries
if you use a newer winsdk
for example, I tried with version winsdk 10.0.26100.0
you will not succeed
the final dlls will be compiled for windows 8 at least
even the changes
WINVER
_WIN32_WINNT
NTDDI_VERSION
which are in the vlc patches for Qt
will not help you
the reason is that in the new WINSDKs microsoft changed the conditions that trigger these definitions
i.e. raised the version of the functions used
excluding one “LockHighlight”
I don’t see it in this list
and it is with it that I have a problem with rendering this icon in the toolbar precisely at startup
later if I load some file for analysis
it appears