From 486f0e93dedcba31297dd0202d524a70b55527f4 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 29 May 2012 09:32:04 +0200 Subject: Only build devicediscovery on linux systems libudev and linux/input.h are Linux specific. Instead of add a !*bsd* to the pro line I have decided to only check for linux-*. This is fixing the compilation on FreeBSD. Change-Id: If59481421e811eca205407031db593e00b6e8534 Reviewed-by: Girish Ramakrishnan --- src/platformsupport/devicediscovery/devicediscovery.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platformsupport/devicediscovery/devicediscovery.pri b/src/platformsupport/devicediscovery/devicediscovery.pri index 900419888e..822b8d4088 100644 --- a/src/platformsupport/devicediscovery/devicediscovery.pri +++ b/src/platformsupport/devicediscovery/devicediscovery.pri @@ -1,4 +1,4 @@ -unix:!mac { +linux-* { HEADERS += $$PWD/qdevicediscovery_p.h contains(QT_CONFIG, libudev) { -- cgit v1.2.3