diff options
Diffstat (limited to 'system/android-file-transfer/README')
-rw-r--r-- | system/android-file-transfer/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/android-file-transfer/README b/system/android-file-transfer/README index 49af0cc9d4809..a2ec55f725b93 100644 --- a/system/android-file-transfer/README +++ b/system/android-file-transfer/README @@ -1,8 +1,8 @@ Android File Transfer for Linux - reliable MTP client with minimalistic UI similar to Android File Transfer for Mac. -Android File Transfer is by default built with qt5 ui. However, -the client may be built without ui. In this case, run the script -with the following command: +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: QT_GUI=no ./android-file-transfer.SlackBuild |