Fix udev building after commit 7a169fb52a

Change-Id: I13fcc6f58376657d54d3c0efd02f5ffba2a79cca
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
bb10
Thiago Macieira 2012-03-05 09:45:17 -08:00 committed by Qt by Nokia
parent 76bc2663dd
commit 16b7ddde10
1 changed files with 1 additions and 1 deletions

View File

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