6 lines
199 B
CMake
6 lines
199 B
CMake
|
|
add_library(Qt5::QEvdevMousePlugin MODULE IMPORTED)
|
|
|
|
_populate_Gui_plugin_properties(QEvdevMousePlugin RELEASE "generic/libqevdevmouseplugin.so")
|
|
|
|
list(APPEND Qt5Gui_PLUGINS Qt5::QEvdevMousePlugin)
|