Link against sqlite on android

Tricks androiddeployqt into including the libraries
This commit is contained in:
Tobias Fella 2021-10-04 17:39:52 +02:00 committed by Bart De Vries
parent 748c9e3116
commit 67d10d32bf
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ if (ANDROID)
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Svg)
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Kirigami2)
find_package(OpenSSL REQUIRED)
find_package(SQLite3 REQUIRED)
else()
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Widgets DBus)
endif()

View File

@ -129,6 +129,7 @@ if(ANDROID)
KF5::Kirigami2
Qt::Svg
OpenSSL::SSL
SQLite::SQLite3
log
)