Remote command host can only be used from the qml app
This commit is contained in:
parent
3c3b5b0391
commit
b83b969f90
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue