qt-android-cmake icon indicating copy to clipboard operation
qt-android-cmake copied to clipboard

A simple CMake utility for building and deploying Qt based applications on Android without QtCreator

Results 4 qt-android-cmake issues
Sort by recently updated
recently updated
newest added

Hello my resources arent work in android apk it doesnt gve error but added icons and etc are not showed except syle files styles/Devsion.qss styles/Hookmark.qss styles/SyNet.qss icons/backicon.png icons/back-icon2.svg This works:...

If I change one line of C++ code in my project and then run `ninja project_apk` it takes 39s, gradle output looks like this: ``` ❯ grep Took /tmp/apk-build.log |...

Getting the following errors when attempting to add an APK project. ``` CMake Warning at qt-android-cmake/AddQtAndroidApk.cmake:170 (message): Failed to determine ANDROID_STL_PREFIX value for ANDROID_STL= Call Stack (most recent call first):...