diff options
author | Daniel Teske <daniel.teske@digia.com> | 2014-03-31 16:30:13 +0200 |
---|---|---|
committer | Daniel Teske <daniel.teske@digia.com> | 2014-04-01 11:11:35 +0200 |
commit | 8bd2fe172c314db39666ba7b83ec4adc695dd8fd (patch) | |
tree | 6c8f34e8d239ace9732b8eca0d8835c1e4eb6fb3 | |
parent | 5bc8e4d9fefd5c1bce64b94d9ee8fe0d36eee812 (diff) | |
download | qt-creator-8bd2fe172c314db39666ba7b83ec4adc695dd8fd.tar.gz |
Android: Expand tooltip on Ministro
Task-number: QTCREATORBUG-11922
Change-Id: I0df746cc90b3613720a0ca14260ff86b37eb0a9a
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-rw-r--r-- | src/plugins/android/androiddeployqtwidget.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/androiddeployqtwidget.ui b/src/plugins/android/androiddeployqtwidget.ui index dff8cad50a..c7636369a2 100644 --- a/src/plugins/android/androiddeployqtwidget.ui +++ b/src/plugins/android/androiddeployqtwidget.ui @@ -248,7 +248,7 @@ <item> <widget class="QRadioButton" name="ministroOption"> <property name="toolTip"> - <string>Uses the external Ministro application to download and maintain Qt libraries.</string> + <string>Uses the external Ministro application to download and maintain Qt libraries.<br/><br/>Ministro is a third-party tool which provides the open source Qt libraries on demand. These libraries are compatible with the default open source binary package and will not always be up-to-date.</string> </property> <property name="text"> <string>Use Ministro service to install Qt</string> |