mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
android: add note for latest android version (SDK>=35/Qt6/NDK>=25)
This commit is contained in:
parent
73cfafecb6
commit
395b6f2145
1 changed files with 2 additions and 2 deletions
|
|
@ -71,8 +71,8 @@ android {
|
||||||
QT += androidextras
|
QT += androidextras
|
||||||
}
|
}
|
||||||
|
|
||||||
ANDROID_MIN_SDK_VERSION = 21
|
ANDROID_MIN_SDK_VERSION = 21 # set >= 25 when using Qt6
|
||||||
ANDROID_TARGET_SDK_VERSION = 35
|
ANDROID_TARGET_SDK_VERSION = 34 # starting from 35 you need to use Qt6, NDK >= 25
|
||||||
ANDROID_EXTRA_LIBS += $$ECL/lib/libecl.so
|
ANDROID_EXTRA_LIBS += $$ECL/lib/libecl.so
|
||||||
ANDROID_EXTRA_LIBS += ../../../platforms/android/lib/libsqlite3.so # for Quicklisp libs
|
ANDROID_EXTRA_LIBS += ../../../platforms/android/lib/libsqlite3.so # for Quicklisp libs
|
||||||
ANDROID_PACKAGE_SOURCE_DIR = ../platforms/android
|
ANDROID_PACKAGE_SOURCE_DIR = ../platforms/android
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue