#878361 qtchooser misinterprets -qtconf

Package:
qtchooser
Source:
qtchooser
Description:
Wrapper to select between Qt development binary versions
Submitter:
Helmut Grohne
Date:
2020-11-16 17:21:04 UTC
Severity:
important
Tags:
#878361#5
Date:
2017-10-13 07:38:16 UTC
From:
To:
$ 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.

Helmut

#878361#10
Date:
2017-10-13 11:13:17 UTC
From:
To:
El 13 oct. 2017 4:39 a.m., "Helmut Grohne" <helmut@subdivi.de> escribió:

Package: qtchooser
Version: 63-g13a3d08-1
Severity: important
User: helmutg@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

#878361#17
Date:
2017-10-13 11:31:37 UTC
From:
To:
Control: tag -1 - moreinfo

$ qmake -qt5 -qtconf foo
qmake: could not find a Qt installation of 'conf'
$ QT_SELECT=5 qmake -qtconf foo
qmake: could not find a Qt installation of 'conf'
$

Helmut