Warning, /pim/kube/accounts/kolabnow/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 project(kube-accounts-kolabnow) 0002 0003 set(SRCS 0004 kolabnowsettings.cpp 0005 kolabnowaccountplugin.cpp 0006 ) 0007 0008 add_library(kolabnowaccountplugin SHARED ${SRCS}) 0009 target_link_libraries(kolabnowaccountplugin 0010 sink 0011 frameworkplugin 0012 Qt5::Core 0013 Qt5::Quick 0014 Qt5::Qml 0015 ) 0016 0017 install(TARGETS kolabnowaccountplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/kolabnow) 0018 install(FILES metadata.json DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/kolabnow) 0019 install_qml_account(kolabnow)