Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian package does not enforce Qt version selection #213

Open
balbirthomas opened this issue Dec 8, 2016 · 0 comments
Open

Debian package does not enforce Qt version selection #213

balbirthomas opened this issue Dec 8, 2016 · 0 comments

Comments

@balbirthomas
Copy link

On Debian systems qmake is a link to qtchooser which selects between possible alternative versions of Qt that may be installed. Event though the debian/controls file lists the build time dependencies as Qt5 qtchooser may run a different version of qmake causing a build failure (as did happen on my Debian/Jessie - latest stable system without Qt4 installed). In order to fix this all that is required is an additional line (given below) in the debian/rules file

export QT_SELECT=5

Kindly consider adding this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant