Fix udev building after commit 7a169fb52a

Change-Id: I13fcc6f58376657d54d3c0efd02f5ffba2a79cca
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
This commit is contained in:
Thiago Macieira 2012-03-05 09:45:17 -08:00 committed by Qt by Nokia
parent 76bc2663dd
commit 16b7ddde10

View File

@ -3,5 +3,5 @@ contains(QT_CONFIG, libudev) {
SOURCES += $$PWD/qudevicehelper.cpp
INCLUDEPATH += $$QMAKE_INCDIR_LIBUDEV
LIBS += -ludev
LIBS += $$QMAKE_LIBS_LIBUDEV
}