diff options
Diffstat (limited to 'system/android-file-transfer/README')
-rw-r--r-- | system/android-file-transfer/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/system/android-file-transfer/README b/system/android-file-transfer/README index a2ec55f725..a0b712341a 100644 --- a/system/android-file-transfer/README +++ b/system/android-file-transfer/README @@ -1,8 +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 qt4 ui (or qt5, -if installed). However, in building only the client, -without ui, run the script with the following command: +Android File Transfer by default builds qt5 ui. This version +of Android File Transfer does not support qt4 ui. + +In building only the command-line client (this does not require +qt5), run the script with the following command: QT_GUI=no ./android-file-transfer.SlackBuild |