Move the PluginChecker to the kdeconnect qml plugin

This commit is contained in:
Aleix Pol 2016-06-12 22:24:35 +02:00
parent b9be1e17d1
commit b73f3d5a8a
3 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -1,2 +1,4 @@
module org.kde.kdeconnect
plugin kdeconnectdeclarativeplugin
PluginChecker 1.0 PluginChecker.qml