| 1 | #ifndef QT_QTNETWORK_MODULE_H |
|---|---|
| 2 | #define QT_QTNETWORK_MODULE_H |
| 3 | #include <QtNetwork/QtNetworkDepends> |
| 4 | #include "qtnetworkglobal.h" |
| 5 | #include "qabstractnetworkcache.h" |
| 6 | #include "qabstractsocket.h" |
| 7 | #include "qauthenticator.h" |
| 8 | #if QT_CONFIG(dnslookup) |
| 9 | #include "qdnslookup.h" |
| 10 | #endif |
| 11 | #if QT_CONFIG(dtls) |
| 12 | #include "qdtls.h" |
| 13 | #endif |
| 14 | #include "qhostaddress.h" |
| 15 | #include "qhostinfo.h" |
| 16 | #include "qhstspolicy.h" |
| 17 | #if QT_CONFIG(http) |
| 18 | #include "qhttp2configuration.h" |
| 19 | #endif |
| 20 | #if QT_CONFIG(http) |
| 21 | #include "qhttpmultipart.h" |
| 22 | #endif |
| 23 | #if QT_CONFIG(localserver) |
| 24 | #include "qlocalserver.h" |
| 25 | #endif |
| 26 | #if QT_CONFIG(localserver) |
| 27 | #include "qlocalsocket.h" |
| 28 | #endif |
| 29 | #include "qnetworkaccessmanager.h" |
| 30 | #include "qnetworkcookie.h" |
| 31 | #include "qnetworkcookiejar.h" |
| 32 | #include "qnetworkdatagram.h" |
| 33 | #if QT_CONFIG(networkdiskcache) |
| 34 | #include "qnetworkdiskcache.h" |
| 35 | #endif |
| 36 | #include "qnetworkinterface.h" |
| 37 | #include "qnetworkproxy.h" |
| 38 | #include "qnetworkreply.h" |
| 39 | #include "qnetworkrequest.h" |
| 40 | #if QT_CONFIG(ssl) |
| 41 | #include "qocspresponse.h" |
| 42 | #endif |
| 43 | #include "qpassworddigestor.h" |
| 44 | #include "qsctpserver.h" |
| 45 | #include "qsctpsocket.h" |
| 46 | #include "qssl.h" |
| 47 | #include "qsslcertificate.h" |
| 48 | #include "qsslcertificateextension.h" |
| 49 | #include "qsslcipher.h" |
| 50 | #include "qsslconfiguration.h" |
| 51 | #include "qssldiffiehellmanparameters.h" |
| 52 | #include "qsslellipticcurve.h" |
| 53 | #include "qsslerror.h" |
| 54 | #include "qsslkey.h" |
| 55 | #if QT_CONFIG(ssl) |
| 56 | #include "qsslpresharedkeyauthenticator.h" |
| 57 | #endif |
| 58 | #include "qsslsocket.h" |
| 59 | #include "qtcpserver.h" |
| 60 | #include "qtcpsocket.h" |
| 61 | #include "qudpsocket.h" |
| 62 | #include "qtnetworkversion.h" |
| 63 | #endif |
| 64 |