mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
example 'cl-repl': add 'libsqlite3.so' for Quicklisp libs that depend on it
This commit is contained in:
parent
7353b4d2b1
commit
084a827b91
3 changed files with 8 additions and 1 deletions
|
|
@ -74,6 +74,7 @@ android {
|
||||||
ANDROID_MIN_SDK_VERSION = 21
|
ANDROID_MIN_SDK_VERSION = 21
|
||||||
ANDROID_TARGET_SDK_VERSION = 34
|
ANDROID_TARGET_SDK_VERSION = 34
|
||||||
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_PACKAGE_SOURCE_DIR = ../platforms/android
|
ANDROID_PACKAGE_SOURCE_DIR = ../platforms/android
|
||||||
|
|
||||||
# OpenSSL libs can be downloaded from: https://github.com/KDAB/android_openssl
|
# OpenSSL libs can be downloaded from: https://github.com/KDAB/android_openssl
|
||||||
|
|
@ -146,6 +147,12 @@ INCLUDEPATH += ../../../src/cpp
|
||||||
HEADERS += ../../src/cpp/main.h cpp/qt.h
|
HEADERS += ../../src/cpp/main.h cpp/qt.h
|
||||||
SOURCES += ../../src/cpp/main.cpp cpp/qt.cpp
|
SOURCES += ../../src/cpp/main.cpp cpp/qt.cpp
|
||||||
|
|
||||||
|
unix {
|
||||||
|
QT += serialport
|
||||||
|
HEADERS += cpp/usb/usb.h
|
||||||
|
SOURCES += cpp/usb/usb.cpp
|
||||||
|
}
|
||||||
|
|
||||||
RESOURCES += $$files(qml/*)
|
RESOURCES += $$files(qml/*)
|
||||||
RESOURCES += $$files(i18n/*.qm)
|
RESOURCES += $$files(i18n/*.qm)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<manifest package="org.eql5.android.repl" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0.67" android:versionCode="130" android:installLocation="auto">
|
<manifest package="org.eql5.android.repl" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0.69" android:versionCode="132" android:installLocation="auto">
|
||||||
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
|
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
|
||||||
Remove the comment if you do not require these default permissions. -->
|
Remove the comment if you do not require these default permissions. -->
|
||||||
<uses-permission android:name="android.permission.INTERNET"/>
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
|
|
|
||||||
BIN
platforms/android/lib/libsqlite3.so
Executable file
BIN
platforms/android/lib/libsqlite3.so
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue