You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
qt_build_utils also will iterate through the possible qmake
executables and match to the major version.
Related to #590
0 commit comments