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

Last change on this file since 397 was 160, checked in by Dmitry A. Kuminov, 16 years ago

network: Ported QHostInfo and QNetworkInterface to OS/2.

File size: 1.0 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
23unix:SOURCES += kernel/qhostinfo_unix.cpp kernel/qnetworkinterface_unix.cpp
24win32:SOURCES += kernel/qhostinfo_win.cpp kernel/qnetworkinterface_win.cpp
25os2:SOURCES += kernel/qhostinfo_os2.cpp kernel/qnetworkinterface_os2.cpp
26
27mac:LIBS+= -framework SystemConfiguration
28mac:SOURCES += kernel/qnetworkproxy_mac.cpp
29else:win32:SOURCES += kernel/qnetworkproxy_win.cpp
30else:SOURCES += kernel/qnetworkproxy_generic.cpp
31
Note: See TracBrowser for help on using the repository browser.