buddhi1980 / mandelbulber2

Official repository for Mandelbulber v2
GNU General Public License v3.0
893 stars 116 forks source link

Build and Release Qt5 NuGet packages to version 5.15 #923

Open ghost opened 2 years ago

ghost commented 2 years ago

See Title, in process

buddhi1980 commented 2 years ago

Great! This upgrade is really needed, because It hart to keep compatibility of the code for wide range of Qt versions. Thanks a lot!

ghost commented 2 years ago

This requires update of Visual Studio Solution to 2022.

buddhi1980 commented 2 years ago

Does Appveyor support VS 2022?

ghost commented 2 years ago

I hope so, we can cross that bridge when required. Right now, I cannot get the binary to link. In essence, each and every NuGet for the windows build requires recompilation with the same compiler version. My plan is to add all the NuGet build scripts into the contrib folder foreach dependency.

buddhi1980 commented 2 years ago

I like the idea to add NuGet build scripts to the contrib folder. Will be easier in the future to update all needed binaries.