Disable presenter because of missing of qml

This commit is contained in:
Weixuan XIAO 2020-05-09 11:57:48 +02:00
parent cec37a80f8
commit 15cbe32259

View file

@ -8,9 +8,12 @@ add_subdirectory(remotecommands)
add_subdirectory(remotecontrol)
add_subdirectory(remotesystemvolume)
add_subdirectory(clipboard)
add_subdirectory(presenter)
add_subdirectory(runcommand)
if(NOT APPLE)
add_subdirectory(presenter)
endif()
if(NOT SAILFISHOS)
add_subdirectory(sendnotifications)
add_subdirectory(mpriscontrol)