fix android builds by building kirigami and removing manifest feature.

This commit is contained in:
2020-06-25 21:22:07 -04:00
parent fe16401687
commit 5023455cb2
2 changed files with 2 additions and 29 deletions

View File

@@ -14,7 +14,7 @@
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Vehicle Voyage" android:extractNativeLibs="true" android:icon="@drawable/logo">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Vehicle Voyage" android:icon="@drawable/logo">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc"
android:name="org.qtproject.qt5.android.bindings.QtActivity"
android:label="Vehicle Voyage"