From 2bf76918ab399d7cfc9ecf15a4b67fe412ee6815 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 15 May 2013 14:59:33 +0200 Subject: mark private dependencies as such Change-Id: Ic93c8dc5aaad3973e4d4fc6bb3b70ad7c0a632b0 Reviewed-by: Thiago Macieira Reviewed-by: Joerg Bornemann --- src/platformsupport/devicediscovery/devicediscovery.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/platformsupport/devicediscovery') diff --git a/src/platformsupport/devicediscovery/devicediscovery.pri b/src/platformsupport/devicediscovery/devicediscovery.pri index 9faf6f24dd..9a58eeedfe 100644 --- a/src/platformsupport/devicediscovery/devicediscovery.pri +++ b/src/platformsupport/devicediscovery/devicediscovery.pri @@ -5,7 +5,7 @@ linux:contains(QT_CONFIG, evdev) { SOURCES += $$PWD/qdevicediscovery_udev.cpp INCLUDEPATH += $$QMAKE_INCDIR_LIBUDEV - LIBS += $$QMAKE_LIBS_LIBUDEV + LIBS_PRIVATE += $$QMAKE_LIBS_LIBUDEV } else { SOURCES += $$PWD/qdevicediscovery_static.cpp } -- cgit v1.2.3