Hi, I have installed qt-opensource-mac-x64-ios-5.3.0-beta.dmg and while compiling my app, I get: no member named 'sslConfiguration' in 'QNetworkReply' which is happening when QT_NO_SSL is defined - which seems to be the case in qconfig.h: #if defined(QT_NO_OPENSSL) && defined(QT_OPENSSL) # undef QT_NO_OPENSSL #elif !defined(QT_NO_OPENSSL) && !defined(QT_OPENSSL) # define QT_NO_OPENSSL #endif
Is there a specific reason why QT/iOS is configured in that way ? -- Best regards/Schöne Grüße Martin A: Because it breaks the logical sequence of discussion Q: Why is top posting bad? () ascii ribbon campaign - against html e-mail /\ - against proprietary attachments Geschenkideen, Accessoires, Seifen, Kulinarisches: www.bibibest.at _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
