mirror of
https://github.com/KDE/kasts.git
synced 2024-12-22 05:36:17 +01:00
Try fixing CI
This commit is contained in:
parent
880f1d3dc3
commit
f6a8f40d9a
@ -42,7 +42,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)
|
||||
find_package(SQLite3)
|
||||
else()
|
||||
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Widgets DBus)
|
||||
endif()
|
||||
|
@ -129,9 +129,11 @@ if(ANDROID)
|
||||
KF5::Kirigami2
|
||||
Qt::Svg
|
||||
OpenSSL::SSL
|
||||
SQLite::SQLite3
|
||||
log
|
||||
)
|
||||
if(SQLite3_FOUND)
|
||||
target_link_libraries(kasts PRIVATE SQLite::SQLite3)
|
||||
endif()
|
||||
|
||||
kirigami_package_breeze_icons(ICONS
|
||||
window-close
|
||||
|
Loading…
Reference in New Issue
Block a user