Android: Update Ministro's requirements.
Task-number: QTBUG-41968 Change-Id: Ia0c204dd87b9de3cbb7bb388099c435b855ad4d5 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
This commit is contained in:
parent
e5f48c63d2
commit
c5b0308dc5
@ -99,7 +99,7 @@ import android.view.ActionMode.Callback;
|
|||||||
public class QtActivity extends Activity
|
public class QtActivity extends Activity
|
||||||
{
|
{
|
||||||
private final static int MINISTRO_INSTALL_REQUEST_CODE = 0xf3ee; // request code used to know when Ministro instalation is finished
|
private final static int MINISTRO_INSTALL_REQUEST_CODE = 0xf3ee; // request code used to know when Ministro instalation is finished
|
||||||
private static final int MINISTRO_API_LEVEL = 4; // Ministro api level (check IMinistro.aidl file)
|
private static final int MINISTRO_API_LEVEL = 5; // Ministro api level (check IMinistro.aidl file)
|
||||||
private static final int NECESSITAS_API_LEVEL = 2; // Necessitas api level used by platform plugin
|
private static final int NECESSITAS_API_LEVEL = 2; // Necessitas api level used by platform plugin
|
||||||
private static final int QT_VERSION = 0x050100; // This app requires at least Qt version 5.1.0
|
private static final int QT_VERSION = 0x050100; // This app requires at least Qt version 5.1.0
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<resources>
|
<resources>
|
||||||
<array name="qt_sources">
|
<array name="qt_sources">
|
||||||
<item>https://download.qt-project.org/ministro/android/qt5/qt-5.3</item>
|
<item>https://download.qt-project.org/ministro/android/qt5/qt-5.4</item>
|
||||||
</array>
|
</array>
|
||||||
|
|
||||||
<!-- The following is handled automatically by the deployment tool. It should
|
<!-- The following is handled automatically by the deployment tool. It should
|
||||||
|
Loading…
Reference in New Issue
Block a user