kwin/autotests/integration/effects
Vlad Zahorodnii 16cc0f5ebb autotests: Make test framework a static lib again
Static plugins being linked with shared libraries doesn't work smoothly.
POSITION_INDEPENDENT_CODE target property needs to be set for
every such plugin. However, there can be targets that we have no control
over, which need POSITION_INDEPENDENT_CODE to be set too. Asking such
projects to add this property and them refusing to do so would be
reasonable because kwin's entire static plugin pipeline is weird.

The test framework was made a shared library because kwin build
directory used to get really big (in 10s of gigabytes).

Due to the -fPIC issues, this change makes the test framework a static
lib again. Obviously, this brings back the big build directory problem.
But, it's not as terrible as it used to be. With this change, kwin build
directory is a couple of gigabytes in debug build, which is a lot but
not as bad as it used to be before.
2023-06-23 08:01:03 +00:00
..
scripts effects: Drop legacy EffectsHandler::desktopChanged overloads 2023-02-07 18:10:52 +02:00
CMakeLists.txt autotests: Make test framework a static lib again 2023-06-23 08:01:03 +00:00
desktop_switching_animation_test.cpp autotests: Remove unused outputbackend.h includes 2023-05-23 11:42:32 +03:00
maximize_animation_test.cpp autotests: Remove unused outputbackend.h includes 2023-05-23 11:42:32 +03:00
minimize_animation_test.cpp autotests: Remove unused outputbackend.h includes 2023-05-23 11:42:32 +03:00
popup_open_close_animation_test.cpp autotests: Remove unused outputbackend.h includes 2023-05-23 11:42:32 +03:00
scripted_effects_test.cpp autotests: Remove unused outputbackend.h includes 2023-05-23 11:42:32 +03:00
slidingpopups_test.cpp Sync EffectsHandler::windowAdded with Workspace::windowAdded 2023-06-16 06:41:12 +00:00
toplevel_open_close_animation_test.cpp autotests: Remove unused outputbackend.h includes 2023-05-23 11:42:32 +03:00
translucency_test.cpp Sync EffectsHandler::windowAdded with Workspace::windowAdded 2023-06-16 06:41:12 +00:00
wobbly_shade_test.cpp autotests: Remove unused outputbackend.h includes 2023-05-23 11:42:32 +03:00