Add missing private headers to .pri.

Change-Id: Ia0f37953124198dce000adad9dfae051925d526e
Reviewed-by: Shane Kearns <ext-shane.2.kearns@nokia.com>
This commit is contained in:
Xizhi Zhu 2012-02-14 22:21:35 +01:00 committed by Qt by Nokia
parent 66603985f2
commit de07c49033

View File

@ -8,10 +8,12 @@ HEADERS += kernel/qauthenticator.h \
kernel/qdnslookup.h \
kernel/qdnslookup_p.h \
kernel/qhostaddress.h \
kernel/qhostaddress_p.h \
kernel/qhostinfo.h \
kernel/qhostinfo_p.h \
kernel/qurlinfo.h \
kernel/qnetworkproxy.h \
kernel/qnetworkproxy_p.h \
kernel/qnetworkinterface.h \
kernel/qnetworkinterface_p.h
@ -24,7 +26,10 @@ SOURCES += kernel/qauthenticator.cpp \
kernel/qnetworkinterface.cpp
unix:SOURCES += kernel/qdnslookup_unix.cpp kernel/qhostinfo_unix.cpp kernel/qnetworkinterface_unix.cpp
win32:SOURCES += kernel/qdnslookup_win.cpp kernel/qhostinfo_win.cpp kernel/qnetworkinterface_win.cpp
win32: {
HEADERS += qnetworkinterface_win_p.h
SOURCES += kernel/qdnslookup_win.cpp kernel/qhostinfo_win.cpp kernel/qnetworkinterface_win.cpp
}
integrity:SOURCES += kernel/qdnslookup_unix.cpp kernel/qhostinfo_unix.cpp kernel/qnetworkinterface_unix.cpp
mac:LIBS_PRIVATE += -framework SystemConfiguration -framework CoreFoundation