summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-01-16 08:57:06 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-16 18:52:03 +0100
commit3575ebfd9ddcef90aee107ce76ec181fa9a10735 (patch)
tree61d4d8711d8e723769c4f7976dae2991e1893e8c /config.tests
parent73b5a5cdd534044573d49fac53666b8490d54c79 (diff)
Add linux/kd.h to the config test for evdev
This header is used by qevdevmousehandler.cpp, so it's not a bad idea to check that it exists as early as here. Apparently, FreeBSD's Linux support has linux/input.h, so the "evdev" test was passing and then the build would fail later. Task-number: QTBUG-36205 Change-Id: Iab9788350a9f4c90d355524769a7a396679fd218 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/unix/evdev/evdev.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.tests/unix/evdev/evdev.cpp b/config.tests/unix/evdev/evdev.cpp
index 475c54a363..3fbce565ce 100644
--- a/config.tests/unix/evdev/evdev.cpp
+++ b/config.tests/unix/evdev/evdev.cpp
@@ -40,6 +40,7 @@
****************************************************************************/
#include <linux/input.h>
+#include <linux/kd.h>
enum {
e1 = ABS_PRESSURE,