Error Installing Qt 5.15.2 on Linux Mint LMDE 4 (Debian 10.10)
Unsolved
Installation and Deployment
-
I am attempting to install Qt 5.15.2 on a machine running Linux Mint LMDE 4 64-bit (Debian 10.10).
There are a couple problems:- The shortcuts to the Maintenance Tool and QtCreator do not get added to the Programming menu
- If I attempt to start QtCreator manually from a terminal it cannot load the "xcb" modules even though they exist.
A check with synaptic verifies that.
So where do I look now?
BTW installation is from the online installer app qt-unified-linux-x64-4.1.1-online.run (verified)
-
@ad5xj said in Error Installing Qt 5.15.2 on Linux Mint LMDE 4 (Debian 10.10):
Debian 10.10
You need xcb >= 1.11: https://doc.qt.io/qt-5/linux-requirements.html
-
There might be something else missing.
Start Qt Creator with the QT_DEBUG_PLUGINS environment variable set to 1 to get more information about what is going on.