diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-19 23:43:27 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-19 23:43:27 -0500 |
commit | 76cdce8882de77eb484749581b5bf3fcf8b0715f (patch) | |
tree | b94a5e928bf3813957187562a7e25e2a4f52487b /development/tea/tea.SlackBuild | |
parent | 1d6984522f2569993cab885f229c4b6bc5077f35 (diff) |
development/tea: Link qt5 by default
Diffstat (limited to 'development/tea/tea.SlackBuild')
-rw-r--r-- | development/tea/tea.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/tea/tea.SlackBuild b/development/tea/tea.SlackBuild index 66e4126f65fdf..bd1dfcd8fb1d4 100644 --- a/development/tea/tea.SlackBuild +++ b/development/tea/tea.SlackBuild @@ -71,7 +71,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -if [ ${QT5:-no} = yes ]; then +if [ ${QT5:-yes} = yes ]; then QMAKE=qmake-qt5 else QMAKE=qmake |