Control: tag -1 moreinfo
El 13 oct. 2017 4:39 a.m., "Helmut Grohne" <hel...@subdivi.de> escribió: Package: qtchooser Version: 63-g13a3d08-1 Severity: important User: helm...@debian.org Usertags: rebootstrap $ sudo apt-get install qt5-qmake ... $ qmake -qtconf foo qmake: could not find a Qt installation of 'conf' $ That's wrong. qtchooser needs to pass -qtconf down to the actual qmake rather than interpreting it itself. No, it's fine, you are not telling it which qt version you are requiring. Try qmake -qt5 -qtconf foo