annotate build/network.txt @ 68:d4991ce91532

CMake: small network package fix...
author SokoL_SD
date Wed, 20 May 2009 07:31:01 +0000
parents 076691124a8b
children 473164283a60
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)
a5cba313c924 network and webkit are wrapped now
eldar
parents:
diff changeset
2 set(classes
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
3 QAbstractSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
4 QAuthenticator
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
5 QFtp
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
6 QHostAddress
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
7 QHostInfo
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
8 QHttpHeader
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
9 QHttpRequestHeader
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
10 QHttpResponseHeader
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
11 QHttp
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
12 QIPv6Address
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
13 QLocalServer
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
14 QLocalSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
15 QNetworkAccessManager
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
16 QNetworkAddressEntry
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
17 QNetworkCookieJar
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
18 QNetworkCookie
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
19 QNetworkInterface
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
20 QNetworkProxy
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
21 QNetworkReply
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
22 QNetworkRequest
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
23 QTcpServer
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
24 QTcpSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
25 QUdpSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
26 QUrlInfo
39
a5cba313c924 network and webkit are wrapped now
eldar
parents:
diff changeset
27 )
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
28
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
29 if(QT_QCONFIG MATCHES "openssl")
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
30 set(classes
68
d4991ce91532 CMake: small network package fix...
SokoL_SD
parents: 62
diff changeset
31 ${classes}
62
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
32 QSslCertificate
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
33 QSslCipher
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
34 QSslConfiguration
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
35 QSslError
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
36 QSslKey
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
37 QSslSocket
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
38 )
076691124a8b CMake: fix build if Qt have not the ssl support.
SokoL_SD
parents: 39
diff changeset
39 endif(QT_QCONFIG MATCHES "openssl")