diff --git a/autotests/integration/CMakeLists.txt b/autotests/integration/CMakeLists.txt index b8eb24dbb6..0ed053dcdc 100644 --- a/autotests/integration/CMakeLists.txt +++ b/autotests/integration/CMakeLists.txt @@ -22,8 +22,6 @@ qt6_generate_wayland_protocol_client_sources(KWinIntegrationTestFramework ) target_sources(KWinIntegrationTestFramework PRIVATE - ../../src/cursor.cpp - generic_scene_opengl_test.cpp kwin_wayland_test.cpp test_helpers.cpp diff --git a/src/cursor.h b/src/cursor.h index e6c5bf23b3..a2de789495 100644 --- a/src/cursor.h +++ b/src/cursor.h @@ -308,7 +308,7 @@ private: int m_cursorHideCounter = 0; }; -class InputConfig +class KWIN_EXPORT InputConfig { public: KSharedConfigPtr inputConfig() const