kwin/plugins/qpa
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
..
backingstore.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
backingstore.h Remove fixqopengl.h 2020-12-10 12:00:20 +02:00
CMakeLists.txt Use versionless Qt cmake target 2021-01-30 17:18:21 +01:00
eglhelpers.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
eglhelpers.h Remove fixqopengl.h 2020-12-10 12:00:20 +02:00
eglplatformcontext.cpp qpa: Query various properties of the platform OpenGL context 2020-10-20 09:54:17 +00:00
eglplatformcontext.h Remove fixqopengl.h 2020-12-10 12:00:20 +02:00
integration.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
integration.h Remove fixqopengl.h 2020-12-10 12:00:20 +02:00
kwin.json
main.cpp Prettify license headers 2020-08-07 19:57:56 +00:00
offscreensurface.cpp qpa: Merge OpenGL platform context classes 2020-10-13 05:32:48 +00:00
offscreensurface.h Remove fixqopengl.h 2020-12-10 12:00:20 +02:00
platformcursor.cpp Make source code more relocatable 2021-02-10 15:31:42 +00:00
platformcursor.h Prettify license headers 2020-08-07 19:57:56 +00:00
screen.cpp plugins/qpa: Improve handling of output addition and removal 2020-12-09 17:44:00 +00:00
screen.h plugins/qpa: Improve handling of output addition and removal 2020-12-09 17:44:00 +00:00
window.cpp qpa: Create a pbuffer for internal windows 2020-10-19 06:12:13 +00:00
window.h Remove fixqopengl.h 2020-12-10 12:00:20 +02:00