Setting TARGET SDK for Qt Android 5.15.2 with CMake ?
Unsolved
Mobile and Embedded
-
In order to publish an app to google play store, it must target to Android API Level 30.
I found a way with .pro projects, as said here : https://bugreports.qt.io/browse/QTBUG-89352
But I struggle reproducing this with a CMake project. Any idea ?