add special case for debian kfreebsd

This commit is contained in:
Jean-Francois Dockes 2011-04-24 08:19:49 +02:00
parent f3f7986e22
commit c8f4a85e84

View File

@ -71,6 +71,12 @@ contains( UNAME, [lL]inux ) {
LIBS -= -liconv
LIBS += -ldl -lX11
}
contains( UNAME, GNU/kFreeBSD ) {
LIBS -= -liconv
LIBS += -ldl -lX11
}
contains( UNAME, SunOS ) {
LIBS += -ldl
}