hetelek / Velocity

A cross-platform application built using the Qt framework that allows you to browse and edit Xbox 360 files.
GNU General Public License v3.0
172 stars 50 forks source link

move to CMAKE? #113

Closed Pandoriaantje closed 3 weeks ago

Pandoriaantje commented 4 weeks ago

Sorry about the rant in a issue report, but Discussion is not enabled for this project.

This project has come a long way since its birth. Since then the project has moved to c++20 spec and QT6+ (by recent commits). So i was wondering if we should switch to CMAKE for better cross platform maintenance and building. as a hobby coder (and a lot of help from ChatGPT), i've been able to get it into a buildable state on windows. but since CMAKE is fully supported by MS visual studio, unlike qmake, Shouldn't we migrate, and simplify things, instead of patching here and there on a per platform basis?