Move the PluginChecker to the kdeconnect qml plugin
This commit is contained in:
parent
b9be1e17d1
commit
b73f3d5a8a
3 changed files with 3 additions and 1 deletions
|
@ -21,4 +21,4 @@ target_link_libraries(kdeconnectdeclarativeplugin
|
|||
kdeconnectinterfaces
|
||||
)
|
||||
install(TARGETS kdeconnectdeclarativeplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/kdeconnect)
|
||||
install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kde/kdeconnect)
|
||||
install(FILES qmldir qml/PluginChecker.qml DESTINATION ${QML_INSTALL_DIR}/org/kde/kdeconnect)
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
module org.kde.kdeconnect
|
||||
plugin kdeconnectdeclarativeplugin
|
||||
|
||||
PluginChecker 1.0 PluginChecker.qml
|
||||
|
|
Loading…
Reference in a new issue