Re: Qt6 migration
Posted by
dxli on
Nov 14, 2023; 1:13pm
URL: https://forum.librecad.org/Qt6-migration-tp5723851p5723861.html
With qt6, there's a chance we can properly fix the high resolution issues finally, but I don't have a 4k display at home.
There might be some filtering issue with the qg_layerwidget class due to the qt6 changes.
All deprecated api calls should have been fixed by my last commit.
marko.p.radojcic wrote
I tested the qt6 branch on macos Sonoma 14.1.1 using qt6 from homebrew and it works nicely, looks a bit better than qt5, functionally I don't see any difference.
I am testing it now on Windows.
I have an issue with building on macos, specifically freetype2 library is not detected. What is the proper way to install and configure it in the project ?