From a46f8ff287c76ec99aaca6574333929f96588201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 17 Feb 2011 08:22:04 +0000 Subject: [PATCH] refs #10 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 0dfc3f1..cebe814 100644 --- a/configure.in +++ b/configure.in @@ -75,8 +75,8 @@ else # by now, Linux/Unix always uses libproxy case $host in *darwin*) - CPPFLAGS+=" -DQ_OS_MAC -F$QTDIR" - LDFLAGS+=" -L$QTLIBDIR -F$QTDIR -lQtCore -lQtNetwork -lQtGui" + CPPFLAGS+=" -DQ_OS_MAC -F$QTINCDIR" + LDFLAGS+=" -F$QTLIBDIR -framework QtCore -framework QtNetwork -framework QtGui" ;; *mingw*|*win*) LDFLAGS+=" -L$QTLIBDIR -lQtCore4 -lQtNetwork4 -lQtGui4"