Android: Change default Ministro download location
Set up for downloading from the qt-project.org servers instead of KDE servers. Change-Id: I6f9e69f91ea956165300d75109e1683d0b1aa5f0 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com> Reviewed-by: BogDan Vatra <bogdan@kde.org>bb10
parent
9fa1bdeeb2
commit
f963d70c30
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<array name="qt_sources">
|
||||
<item>https://files.kde.org/necessitas/ministro/android/necessitas/qt5/latest</item>
|
||||
<item>https://download.qt-project.org/ministro/android/qt5/latest</item>
|
||||
</array>
|
||||
<string name="repository">default</string>
|
||||
<array name="qt_libs">
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ public class QtActivity extends Activity
|
|||
|
||||
private ActivityInfo m_activityInfo = null; // activity info object, used to access the libs and the strings
|
||||
private DexClassLoader m_classLoader = null; // loader object
|
||||
private String[] m_sources = {"https://files.kde.org/necessitas/ministro/android/necessitas/qt5/latest"}; // Make sure you are using ONLY secure locations
|
||||
private String[] m_sources = {"https://download.qt-project.org/ministro/android/qt5/latest"}; // Make sure you are using ONLY secure locations
|
||||
private String m_repository = "default"; // Overwrites the default Ministro repository
|
||||
// Possible values:
|
||||
// * default - Ministro default repository set with "Ministro configuration tool".
|
||||
|
|
|
|||
Loading…
Reference in New Issue