Fix kasts crashing on Android

This commit is contained in:
Bart De Vries 2021-11-03 16:52:35 +01:00
parent 76b242d150
commit d0acc10c2b

View File

@ -19,7 +19,7 @@ else()
qt_add_dbus_interface(solidextras_srcs org.freedesktop.portal.NetworkMonitor.xml portalnetworkmonitor) qt_add_dbus_interface(solidextras_srcs org.freedesktop.portal.NetworkMonitor.xml portalnetworkmonitor)
endif() endif()
add_library(SolidExtras STATIC ${solidextras_srcs}) add_library(SolidExtras ${solidextras_srcs})
generate_export_header(SolidExtras BASE_NAME SolidExtras) generate_export_header(SolidExtras BASE_NAME SolidExtras)
if (TARGET KF5::NetworkManagerQt) if (TARGET KF5::NetworkManagerQt)