annotate build/network.txt @ 169:473164283a60

fix network
author eldar
date Tue, 23 Jun 2009 17:23:11 +0000
parents d4991ce91532
children f9ab9d3819b6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
39
a5cba313c924 network and webkit are wrapped now
eldar
parents:
diff changeset
1 set(required Core)
169
473164283a60 fix network
eldar
parents: 68
diff changeset
2 set(classes
473164283a60 fix network
eldar
parents: 68
diff changeset
3 QAbstractNetworkCache
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
4 QAbstractSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
5 QAuthenticator
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
6 QFtp
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
7 QHostAddress
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
8 QHostInfo
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
9 QHttpHeader
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
10 QHttpRequestHeader
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
11 QHttpResponseHeader
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
12 QHttp
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
13 QIPv6Address
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
14 QLocalServer
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
15 QLocalSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
16 QNetworkAccessManager
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
17 QNetworkAddressEntry
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
18 QNetworkCookieJar
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
19 QNetworkCookie
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
20 QNetworkInterface
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
21 QNetworkProxy
169
473164283a60 fix network
eldar
parents: 68
diff changeset
22 QNetworkProxyFactory
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
23 QNetworkReply
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
24 QNetworkRequest
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
25 QTcpServer
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
26 QTcpSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
27 QUdpSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
28 QUrlInfo
39
a5cba313c924 network and webkit are wrapped now
eldar
parents:
diff changeset
29 )
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
30
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
31 if(QT_QCONFIG MATCHES "openssl")
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
32 set(classes
68
d4991ce91532 CMake: small network package fix...
SokoL_SD
parents: 62
diff changeset
33 ${classes}
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
34 QSslCertificate
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
35 QSslCipher
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
36 QSslConfiguration
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
37 QSslError
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
38 QSslKey
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
39 QSslSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
40 )
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
41 endif(QT_QCONFIG MATCHES "openssl")