Re: [Interest] Qt Creator: target SDK versions are grayed out?

2021-07-15 Thread Alexander Dyagilev

Thanks.

On 7/15/2021 2:05 PM, ekke wrote:

Am 15.07.21 um 12:44 schrieb Alexander Dyagilev:


Hello,

Why can't I choose target sdk versions here?

It's a new project. All I did is created templates using the 
appropriate Qt Creator button.


this is because Min and Target SDK isn't part of Android Manifest 
anymore - it's now part of Gradle.properties


you have to set this in .pro, per ex.:

ANDROID_MIN_SDK_VERSION="21"
ANDROID_TARGET_SDK_VERSION="29"

then it will be auto-magically set into Gradle.properties - you can 
verify this from your shadow build


ekke


___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] Qt Creator: target SDK versions are grayed out?

2021-07-15 Thread ekke

Am 15.07.21 um 12:44 schrieb Alexander Dyagilev:


Hello,

Why can't I choose target sdk versions here?

It's a new project. All I did is created templates using the 
appropriate Qt Creator button.


this is because Min and Target SDK isn't part of Android Manifest 
anymore - it's now part of Gradle.properties


you have to set this in .pro, per ex.:

ANDROID_MIN_SDK_VERSION="21"

ANDROID_TARGET_SDK_VERSION="29"

then it will be auto-magically set into Gradle.properties - you can 
verify this from your shadow build


ekke

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


[Interest] Qt Creator: target SDK versions are grayed out?

2021-07-15 Thread Alexander Dyagilev

Hello,

Why can't I choose target sdk versions here?

It's a new project. All I did is created templates using the appropriate 
Qt Creator button.



___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest