Qt failed to finding matching FBConfig with amdgpu driver

Hi,
I’m trying to install Autograph from LeftAngle.
It is not an official install, I used debtap since they claim that:

“Autograph doesn’t use any distribution packages. It comes with all its necessary package (which all contains specific versions and patches necessary to make Autograph work).”

On startup I get this message:
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 4.6, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 0, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize 0, stencilBufferSize 0, samples 1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::CoreProfile)

After doing some research it seems that my GPU driver is not compatible with this software. But I can’t find more information about how to use another driver to run this program.

this is the output of lspci -k | grep -EA3 'VGA|3D|Display'

04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt [Radeon 680M] (rev d1)
	Subsystem: Lenovo Device 50b7
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu

Before giving up and looking for another software, I was wondering if anyone could point me in the right direction?

Many thanks!