Fix build Reduced kwin
GuiPrivate is also needed for the OffScreenQuickView Signed-off-by: Falko Becker <falko.becker@mbition.io>
This commit is contained in:
parent
d4103fa9c1
commit
25a976e559
1 changed files with 1 additions and 1 deletions
|
@ -241,6 +241,7 @@ target_link_libraries(kwin
|
|||
|
||||
Qt::Concurrent
|
||||
Qt::Sensors
|
||||
Qt::GuiPrivate
|
||||
|
||||
KF6::ConfigQml
|
||||
KF6::ConfigWidgets
|
||||
|
@ -343,7 +344,6 @@ if (KWIN_BUILD_TABBOX)
|
|||
tabbox/tabboxhandler.cpp
|
||||
tabbox/x11_filter.cpp
|
||||
)
|
||||
target_link_libraries(kwin PRIVATE Qt::GuiPrivate)
|
||||
add_subdirectory(tabbox/switchers)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue