Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: qt-build-utils: default to qmake, qmake6, qmake-qt5
When using Nix with Qt 6 the output of qmake6 -query is incorrect and ends up pointing to the incorrect locations. But qmake -query points to the correct ones. This solves the issue for Nix but looks like Debian only has qmake for Qt 5 and qmake6 for Qt 6. Related to #590
- Loading branch information