Fix build due to undefined reference
effectModelTest had undefined reference to KWin:WindowPaintData::setProjectionMatrix() for me
This commit is contained in:
parent
745bb18d7b
commit
bc2a138d92
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ target_link_libraries(effectModelTest
|
|||
KF5::Service
|
||||
KF5::KCMUtils
|
||||
KF5::NewStuff
|
||||
kwineffects
|
||||
kwin4_effect_builtins
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue