Up Qt to version 6.6.1
This commit is contained in:
parent
385a52f676
commit
91f44fb394
2 changed files with 1 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -275,7 +275,7 @@ jobs:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ANDROID_BUILD_PLATFORM: android-34
|
ANDROID_BUILD_PLATFORM: android-34
|
||||||
QT_VERSION: 6.6.0
|
QT_VERSION: 6.6.1
|
||||||
QT_MODULES: 'qtremoteobjects qt5compat qtimageformats qtshadertools'
|
QT_MODULES: 'qtremoteobjects qt5compat qtimageformats qtshadertools'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@
|
||||||
<application
|
<application
|
||||||
android:name=".AmneziaApplication"
|
android:name=".AmneziaApplication"
|
||||||
android:label="-- %%INSERT_APP_NAME%% --"
|
android:label="-- %%INSERT_APP_NAME%% --"
|
||||||
android:allowNativeHeapPointerTagging="false"
|
|
||||||
android:icon="@mipmap/icon"
|
android:icon="@mipmap/icon"
|
||||||
android:roundIcon="@mipmap/icon_round"
|
android:roundIcon="@mipmap/icon_round"
|
||||||
android:theme="@style/NoActionBar">
|
android:theme="@style/NoActionBar">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue