Qt lib v5 error?

The place to discuss linux version of MakeMKV
Post Reply
HuginMunin
Posts: 6
Joined: Fri Feb 07, 2020 4:47 pm

Qt lib v5 error?

Post by HuginMunin »

I just set up a new littl' box and tried to install MakeMKV. Sadly, while executing ./configure for OSS version 1.18.4, i receive following error:

Code: Select all

checking for Qt5Core Qt5Gui Qt5Widgets Qt5DBus... no
configure: error: Qt library (version 5) is required to build GUI
I'm on latest Debian (13/Trixie, using KDE Plasma, 6.12.101+deb13-amd64).
Any hints on this? :-)
tomty89
Posts: 230
Joined: Sun Dec 13, 2020 8:48 am

Re: Qt lib v5 error?

Post by tomty89 »

install qtbase5-dev (if you want to be able to remove that and its other dependencies after building, you may want to also explicitly install libqt5core5t64, libqt5gui5t64, libqt5widgets5t64 and libqt5dbus5t64 (instead of letting them being pulled by qtbase5-dev).
16442496
Posts: 88
Joined: Sat Jun 11, 2016 12:47 pm

Re: Qt lib v5 error?

Post by 16442496 »

Debian
MakeMKV 1.17.6 (Registered)
HuginMunin
Posts: 6
Joined: Fri Feb 07, 2020 4:47 pm

Re: Qt lib v5 error?

Post by HuginMunin »

Thank you guys!
This was, till today, never required, since it was already there. Now, with a fresh install, these stuff were missing. My fault. Thanks alot for this! Gettin' old here :-P.

/cheer
Post Reply