Am Mittwoch, 5. März 2014 schrieb Robin Rowe : > Thanks for the suggestion to build Qt with openssl. Still trying to make that work. > > The file openssl/include/ssl.h contains one line: > > ../../ssl/ssl.h > > This doesn't look like C++ to me.
it's not and there's no "openssl" subdir to the Qt sources. There's 3rdparty, but Qt links the system openssl on POSIX anyway. /usr/include/openssl/ssl.h is a regular header - this is a windows issue and pot. with the particular sources you grabbed. Please contact that source and ask in a Qt forum where you'll far more likely can get help in this regard. Did you try one of those prebuilds? http://qt-project.org/downloads
