Warning, /plasma/plasma-desktop/kcms/mouse/backends/x11.cmake is written in an unsupported language. File is not indexed.

0001 # // krazy:excludeall=copyright,license
0002 
0003 set(backend_SRCS
0004     ${backend_SRCS}
0005     backends/x11/x11_backend.cpp
0006     backends/x11/x11_libinput_backend.cpp
0007     backends/x11/x11_libinput_dummydevice.cpp
0008     backends/x11/libinput_settings.cpp
0009 )
0010 
0011 set(backend_LIBS
0012     ${backend_LIBS}
0013     PkgConfig::XORGLIBINPUT
0014     PkgConfig::EVDEV
0015     X11::X11
0016     X11::Xi
0017     X11::Xcursor
0018 )
0019 list(APPEND backend_LIBS Qt::GuiPrivate)