Fix build
We forgot to remove the subdirectory when moving builtin plugins into separate targets.
This commit is contained in:
parent
6b015d1e6e
commit
3da0725404
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ set(zoom_SOURCES
|
|||
|
||||
if (HAVE_ACCESSIBILITY)
|
||||
set(zoom_SOURCES ${zoom_SOURCES}
|
||||
zoom/accessibilityintegration.cpp
|
||||
accessibilityintegration.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue