From b83b969f908e260dcd2a501d3c311bcb18b70d95 Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Wed, 2 Aug 2017 02:05:01 +0200 Subject: [PATCH] Remote command host can only be used from the qml app --- plugins/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 2a7d63e45..785a71e02 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -8,7 +8,6 @@ add_subdirectory(telephony) add_subdirectory(share) add_subdirectory(notifications) add_subdirectory(battery) -add_subdirectory(remotecommands) add_subdirectory(findmyphone) add_subdirectory(remotekeyboard) if(WIN32) @@ -23,6 +22,7 @@ else() add_subdirectory(sftp) endif() if(EXPERIMENTALAPP_ENABLED) + add_subdirectory(remotecommands) add_subdirectory(mprisremote) add_subdirectory(remotecontrol) add_subdirectory(lockdevice)