view build/network.txt @ 173:0cfd8e5c118e

one more fix for network
author eldar
date Wed, 24 Jun 2009 01:15:48 +0000
parents c5eb5c9cd2f8
children 09169d45b7be
line wrap: on
line source

set(required Core)
set (d_files network/ArrayOps2 network/QSsl)
set(classes
      QAbstractNetworkCache
      QAbstractSocket
      QAuthenticator
      QFtp
      QHostAddress
      QHostInfo
      QHttpHeader
      QHttpRequestHeader
      QHttpResponseHeader
      QHttp
      QIPv6Address
      QLocalServer
      QLocalSocket
      QNetworkAccessManager
      QNetworkAddressEntry
      QNetworkCookieJar
      QNetworkCookie
      QNetworkInterface
      QNetworkProxy
      QNetworkProxyFactory
      QNetworkReply
      QNetworkRequest
      QTcpServer
      QTcpSocket
      QUdpSocket
      QUrlInfo
    )

if(QT_QCONFIG MATCHES "openssl")
    set(classes 
      ${classes}
      QSslCertificate
      QSslCipher
      QSslConfiguration
      QSslError
      QSslKey
      QSslSocket
    )
endif(QT_QCONFIG MATCHES "openssl")