Disable presenter because of missing of qml
This commit is contained in:
parent
cec37a80f8
commit
15cbe32259
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue