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

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

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 956 bytes
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
25
26mac:LIBS+= -framework SystemConfiguration
27mac:SOURCES += kernel/qnetworkproxy_mac.cpp
28else:win32:SOURCES += kernel/qnetworkproxy_win.cpp
29else:SOURCES += kernel/qnetworkproxy_generic.cpp
30
Note: See TracBrowser for help on using the repository browser.