Rebase and adapt to changes in master
This commit is contained in:
parent
a0f456b7dc
commit
5cf2e1e84d
3 changed files with 11 additions and 1 deletions
|
@ -86,7 +86,6 @@ add_subdirectory(slideback)
|
|||
add_subdirectory(slidingpopups)
|
||||
add_subdirectory(thumbnailaside)
|
||||
add_subdirectory(touchpoints)
|
||||
add_subdirectory(windowgeometry)
|
||||
add_subdirectory(windowview)
|
||||
add_subdirectory(zoom)
|
||||
|
||||
|
|
|
@ -247,6 +247,7 @@ FocusScope {
|
|||
PropertyChanges {
|
||||
target: closeButton
|
||||
opacity: 1
|
||||
}
|
||||
},
|
||||
State {
|
||||
name: "active-hidden"
|
||||
|
|
|
@ -11,4 +11,14 @@ qt_add_dbus_adaptor(windowview_SOURCES org.kde.KWin.Effect.WindowView1.xml windo
|
|||
|
||||
kwin4_add_effect_module(kwin4_effect_windowview ${windowview_SOURCES})
|
||||
|
||||
target_link_libraries(kwin4_effect_windowview PRIVATE
|
||||
kwineffects
|
||||
|
||||
KF5::ConfigGui
|
||||
KF5::GlobalAccel
|
||||
KF5::I18n
|
||||
|
||||
Qt::Quick
|
||||
)
|
||||
|
||||
install(DIRECTORY qml DESTINATION ${KDE_INSTALL_DATADIR}/kwin/effects/windowview)
|
||||
|
|
Loading…
Reference in a new issue