source: trunk/src/network/kernel/kernel.pri@ 890

Last change on this file since 890 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 1.2 KB
Line 
1# Qt network kernel module
2
3PRECOMPILED_HEADER = ../corelib/global/qt_pch.h
4INCLUDEPATH += $$PWD
5
6HEADERS += kernel/qauthenticator.h \
7 kernel/qauthenticator_p.h \
8 kernel/qhostaddress.h \
9 kernel/qhostinfo.h \
10 kernel/qhostinfo_p.h \
11 kernel/qurlinfo.h \
12 kernel/qnetworkproxy.h \
13 kernel/qnetworkinterface.h \
14 kernel/qnetworkinterface_p.h
15
16SOURCES += kernel/qauthenticator.cpp \
17 kernel/qhostaddress.cpp \
18 kernel/qhostinfo.cpp \
19 kernel/qurlinfo.cpp \
20 kernel/qnetworkproxy.cpp \
21 kernel/qnetworkinterface.cpp
22
23symbian: SOURCES += kernel/qhostinfo_unix.cpp kernel/qnetworkinterface_symbian.cpp
24unix:!symbian:SOURCES += kernel/qhostinfo_unix.cpp kernel/qnetworkinterface_unix.cpp
25win32:SOURCES += kernel/qhostinfo_win.cpp kernel/qnetworkinterface_win.cpp
26os2:SOURCES += kernel/qhostinfo_os2.cpp kernel/qnetworkinterface_os2.cpp
27
28mac:LIBS_PRIVATE += -framework SystemConfiguration -framework CoreFoundation
29mac:SOURCES += kernel/qnetworkproxy_mac.cpp
30else:win32:SOURCES += kernel/qnetworkproxy_win.cpp
31else:symbian:SOURCES += kernel/qnetworkproxy_symbian.cpp
32else:SOURCES += kernel/qnetworkproxy_generic.cpp
33
34symbian: LIBS += -lcommsdat
Note: See TracBrowser for help on using the repository browser.