Skip to content

Commit 4b5b748

Browse files
author
Peter Hartmann
committed
fix Cocoa build
with change 83940f2, we used LIBS_PRIVATE on the Mac; somewhere the line where we linked against the Mac libs in the network kernel was lost. Reviewed-By: Thiago
1 parent 1bbb6e4 commit 4b5b748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network/kernel/kernel.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SOURCES += kernel/qauthenticator.cpp \
2323
unix:SOURCES += kernel/qhostinfo_unix.cpp kernel/qnetworkinterface_unix.cpp
2424
win32:SOURCES += kernel/qhostinfo_win.cpp kernel/qnetworkinterface_win.cpp
2525

26-
mac:LIBS+= -framework SystemConfiguration
26+
mac:LIBS+= -framework SystemConfiguration -framework CoreFoundation
2727
mac:SOURCES += kernel/qnetworkproxy_mac.cpp
2828
else:win32:SOURCES += kernel/qnetworkproxy_win.cpp
2929
else:SOURCES += kernel/qnetworkproxy_generic.cpp

0 commit comments

Comments
 (0)