view 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
line wrap: on
line source

set(required Core)
set(classes 
      QAbstractSocket
      QAuthenticator
      QFtp
      QHostAddress
      QHostInfo
      QHttpHeader
      QHttpRequestHeader
      QHttpResponseHeader
      QHttp
      QIPv6Address
      QLocalServer
      QLocalSocket
      QNetworkAccessManager
      QNetworkAddressEntry
      QNetworkCookieJar
      QNetworkCookie
      QNetworkInterface
      QNetworkProxy
      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")