diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-11 23:48:53 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:46 +0700 |
commit | 5e95766ea1984651e85901771fa3c593f22640fe (patch) | |
tree | 99dbbe19b2d55f6719f2c47072783146c7d12692 /system/android-file-transfer/README | |
parent | 88a39ebeffc08c9ab23cc9bacf81c3a668dd373b (diff) |
system/android-file-transfer: Fix 15.0 build.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/android-file-transfer/README')
-rw-r--r-- | system/android-file-transfer/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/android-file-transfer/README b/system/android-file-transfer/README index a0b712341aa8..69b8af4cfd92 100644 --- a/system/android-file-transfer/README +++ b/system/android-file-transfer/README @@ -1,10 +1,10 @@ Android File Transfer for Linux - reliable MTP client with minimalistic UI similar to Android File Transfer for Mac. -Android File Transfer by default builds qt5 ui. This version -of Android File Transfer does not support qt4 ui. +Android File Transfer by default builds a Qt5 UI. This version of +Android File Transfer does not support Qt4. -In building only the command-line client (this does not require -qt5), run the script with the following command: +To build only the command-line client (this does not require qt5), run +the script with the following command: QT_GUI=no ./android-file-transfer.SlackBuild |