mirror of https://github.com/qt/qtbase.git
cmake: Fix linking of the libinput_axis_api test
Change-Id: I7b70643e013b01d48f347bd5b3db9506793e46a4 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
parent
9afca46e37
commit
337ab23665
|
@ -333,6 +333,8 @@ FBDriver *driver = 0;
|
|||
# libinput_axis_api
|
||||
qt_config_compile_test(libinput_axis_api
|
||||
LABEL "axis API in libinput"
|
||||
LIBRARIES Libinput::Libinput
|
||||
CODE
|
||||
"
|
||||
#include <libinput.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue