add_library(lomiri-storage-framework-qml MODULE
  plugin.cpp
)

set_target_properties(lomiri-storage-framework-qml PROPERTIES
  AUTOMOC TRUE
  NO_SONAME TRUE
  LINK_FLAGS "-Wl,--no-undefined"
)

target_link_libraries(lomiri-storage-framework-qml
  lomiri-storage-framework-qt-client-v2
  Qt${QT_VERSION_MAJOR}::Qml
)

configure_file(qmldir qmldir)
