changeset 173:0cfd8e5c118e

one more fix for network
author eldar
date Wed, 24 Jun 2009 01:15:48 +0000
parents c5eb5c9cd2f8
children 09169d45b7be
files build/network.makefile build/network.txt
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/build/network.makefile	Wed Jun 24 01:06:33 2009 +0000
+++ b/build/network.makefile	Wed Jun 24 01:15:48 2009 +0000
@@ -13,7 +13,7 @@
 ## Module specific d files.
 network_d_files += 
 
-network_d_files += qt/network/ArrayOps2
+network_d_files += qt/network/ArrayOps2 qt/network/QSsl
 
 ## Classes.
 ## TODO: use list that generated by dgen.
@@ -41,7 +41,6 @@
 QNetworkProxyFactory \
 QNetworkReply \
 QNetworkRequest \
-QSsl \
 QSslCertificate \
 QSslCipher \
 QSslConfiguration \
--- a/build/network.txt	Wed Jun 24 01:06:33 2009 +0000
+++ b/build/network.txt	Wed Jun 24 01:15:48 2009 +0000
@@ -1,5 +1,5 @@
 set(required Core)
-set (d_files network/ArrayOps2)
+set (d_files network/ArrayOps2 network/QSsl)
 set(classes
       QAbstractNetworkCache
       QAbstractSocket
@@ -32,7 +32,6 @@
 if(QT_QCONFIG MATCHES "openssl")
     set(classes 
       ${classes}
-      QSsl
       QSslCertificate
       QSslCipher
       QSslConfiguration