Try fixing CI

This commit is contained in:
Tobias Fella 2021-10-07 01:48:10 +02:00
parent 880f1d3dc3
commit f6a8f40d9a
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -129,9 +129,11 @@ if(ANDROID)
KF5::Kirigami2 KF5::Kirigami2
Qt::Svg Qt::Svg
OpenSSL::SSL OpenSSL::SSL
SQLite::SQLite3
log log
) )
if(SQLite3_FOUND)
target_link_libraries(kasts PRIVATE SQLite::SQLite3)
endif()
kirigami_package_breeze_icons(ICONS kirigami_package_breeze_icons(ICONS
window-close window-close