src/network/kernel/kernel.pri
changeset 0 1918ee327afb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/network/kernel/kernel.pri	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,31 @@
+# Qt network kernel module
+
+PRECOMPILED_HEADER = ../corelib/global/qt_pch.h
+INCLUDEPATH += $$PWD
+
+HEADERS += kernel/qauthenticator.h \
+	   kernel/qauthenticator_p.h \
+           kernel/qhostaddress.h \
+           kernel/qhostinfo.h \
+           kernel/qhostinfo_p.h \
+           kernel/qurlinfo.h \
+           kernel/qnetworkproxy.h \
+	   kernel/qnetworkinterface.h \
+	   kernel/qnetworkinterface_p.h
+
+SOURCES += kernel/qauthenticator.cpp \
+           kernel/qhostaddress.cpp \
+           kernel/qhostinfo.cpp \
+           kernel/qurlinfo.cpp \
+           kernel/qnetworkproxy.cpp \
+	   kernel/qnetworkinterface.cpp
+
+symbian: SOURCES += kernel/qhostinfo_unix.cpp kernel/qnetworkinterface_symbian.cpp
+unix:!symbian:SOURCES += kernel/qhostinfo_unix.cpp kernel/qnetworkinterface_unix.cpp
+win32:SOURCES += kernel/qhostinfo_win.cpp kernel/qnetworkinterface_win.cpp
+
+mac:LIBS_PRIVATE += -framework SystemConfiguration -framework CoreFoundation
+mac:SOURCES += kernel/qnetworkproxy_mac.cpp
+else:win32:SOURCES += kernel/qnetworkproxy_win.cpp
+else:SOURCES += kernel/qnetworkproxy_generic.cpp
+