mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/tea: Use qmake6 instead of qmake-qt6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ff202b7422
commit
3cd8d0e151
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ find -L . \
|
|||
if [ ${QT4:-no} = yes ]; then
|
||||
QMAKE=qmake-qt4
|
||||
elif [ ${QT6:-no} = yes ]; then
|
||||
QMAKE=qmake-qt6
|
||||
QMAKE=qmake6
|
||||
else
|
||||
QMAKE=qmake-qt5
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue