Nicolas Fella
99947c8bd8
Use versionless Qt cmake target
...
This makes it easier to build against both Qt5 and Qt6
GIT_SILENT
2021-01-30 17:18:21 +01:00
Vlad Zahorodnii
8681a69f47
Remove redundant usesOverlayWindow() method
...
Whether an overlay window is used for compositing can be determined by
checking the return value of overlayWindow().
2021-01-27 13:57:56 +00:00
Vlad Zahorodnii
3dc00de812
platformsupport: Set PUBLIC include directories
...
This makes using platform support libs easier.
2021-01-07 09:49:26 +00:00
Vlad Zahorodnii
d99e6b5d2a
platforms/x11: Move XRenderBackend to platformsupport directory
...
This change moves the XRender backend to platformsupport directory,
similar to the OpenGL and the QPainter backend. This allows to put
platform-specific logic in XRenderBackend.
2020-12-08 08:50:19 +00:00