view build/network.txt @ 114:547cd31fa12a

CMake: improve of the windows support for ldc.
author SokoL_SD
date Wed, 03 Jun 2009 15:53:24 +0000
parents d4991ce91532
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")