kwin/autotests
Vlad Zahorodnii 68c675d00d Make source code more relocatable
Occasionally, I see complaints about the file organization of kwin,
which is fair enough.

This change makes the source code more relocatable by removing relative
paths from includes.

CMAKE_CURRENT_SOURCE_DIR was added to the interface include directories
of kwin library. This means that as long as you link against kwin target,
the real location of the source code of the library doesn't matter.

With autotests, things are not as convenient as with kwin target. Some
tests use cpp files from kwin core. If we move all source code in a src/
directory, they will need to be adjusted, but mostly only in build
scripts.
2021-02-10 15:31:42 +00:00
..
drm Use versionless Qt cmake target 2021-01-30 17:18:21 +01:00
integration Make source code more relocatable 2021-02-10 15:31:42 +00:00
libinput Make source code more relocatable 2021-02-10 15:31:42 +00:00
libkwineffects Detect more Intel GPUs 2021-02-02 15:17:24 +00:00
libxrenderutils Make source code more relocatable 2021-02-10 15:31:42 +00:00
tabbox Make source code more relocatable 2021-02-10 15:31:42 +00:00
abstract_client.h Fix minor EBN issues 2018-08-29 21:02:16 +03:00
CMakeLists.txt Use versionless Qt cmake target 2021-01-30 17:18:21 +01:00
fakeeffectplugin.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
fakeeffectplugin.json
fakeeffectplugin_version.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
fakeeffectplugin_version.json
mock_abstract_client.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
mock_abstract_client.h Prettify license headers 2020-08-07 19:57:56 +00:00
mock_effectshandler.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
mock_effectshandler.h Provide expected presentation time to effects 2020-12-10 07:14:42 +00:00
mock_screens.cpp Drop Platform::createScreens() 2020-12-21 09:20:16 +00:00
mock_screens.h Make source code more relocatable 2021-02-10 15:31:42 +00:00
mock_workspace.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
mock_workspace.h Prettify license headers 2020-08-07 19:57:56 +00:00
mock_x11client.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
mock_x11client.h Prettify license headers 2020-08-07 19:57:56 +00:00
onscreennotificationtest.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
onscreennotificationtest.h Prettify license headers 2020-08-07 19:57:56 +00:00
opengl_context_attribute_builder_test.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
test_builtin_effectloader.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
test_client_machine.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
test_ftrace.cpp Add ftrace markers 2021-01-14 09:31:59 +00:00
test_gbm_surface.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_gestures.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
test_plugin_effectloader.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
test_screen_edges.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
test_screen_paint_data.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_scripted_effectloader.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
test_virtual_desktops.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
test_virtualkeyboard_dbus.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
test_window_paint_data.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
test_x11_timestamp_update.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
test_xcb_size_hints.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
test_xcb_window.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
test_xcb_wrapper.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
test_xkb.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
testutils.h Prettify license headers 2020-08-07 19:57:56 +00:00
workspace.h
x11client.h Rename Client to X11Client 2019-09-25 21:11:37 +03:00