This commit is contained in:
Marc Wäckerlin
2011-02-16 14:19:09 +00:00
parent 78c8a7b7e8
commit da9da075d0

View File

@@ -62,12 +62,15 @@ if test -z "$QTLIBDIR"; then
AC_MSG_WARN(Could not locate QT 4.1)
case $host in
*darwin*)
CPPFLAGS+=" -DQ_OS_MAC"
;;
*mingw*|*win*)
LDFLAGS+=" -lwinhttp"
CPPFLAGS+=" -DQ_OS_WIN32"
;;
*)
LDFLAGS+=" -lproxy"
CPPFLAGS+=" -DQ_OS_LINUX"
;;
esac
else