AD-Vega / qarv

A Qt-based GUI and library interface for ethernet cameras using the Aravis library.
GNU General Public License v3.0
20 stars 14 forks source link

Qt5 port #6

Closed exzombie closed 6 years ago

exzombie commented 6 years ago

We've been putting off porting to Qt5 for far too long on the "it works" basis. Recently, Qt4 was masked in Gentoo and other distros are bound to go the same route sonner rather than later. Once qarv builds and runs with Qt5, version 3 will be released.

exzombie commented 6 years ago

I've created the qt5 branch. The port builds and runs, several minor issues were fixed and there is quite a bit of churn in the diffs because of code formatting changes and because the new plugin system requires every plugin to be in its own file. Please test!