qmake not properly recognized in QT Creator under Debian 11 "bullseye"

Viewed 17

I have installed QT Creator under Debian 11 "bullseye" (sudo apt-get -y install qtcreator), resulting in QT creator version 4.14.1.

Then I installed qmake (sudo apt install qt5-qmake), resulting in qmake version 5.15.2.

Now I want to add qmake in QT Creator options under Kits->QT versions, but it says

QT version is not properly installed, please run make install

and it refuses to work: enter image description here

I have also another machine with Debian 12 bookworm, where I have been using this setup without any problem for several months (the yellow triangle in the screenshot below is only warning). On Debian 12 bookworm, the QT Creator is now version 8.0.1 (recently it was 6. something) and qmake version is 5.15.4:

enter image description here

Any idea how to make it work under Debian 11? I need to use the older environment, because I need specific older libraries to be build in the application.

I have tried almost everything that I found over the internet, but nothing helped. Usually the sources say to install qt5-default package, but this is not available in Debian 11.

0 Answers
Related