I am trying to compile Qt5. I download Qt 5.1 from here: download.qt-project.org/official_releases/qt/5.1/5.1.0/single/qt-everywhere-opensource-src-5.1.0.tar.gz. But after "make" command I get this error:
ssl/qsslsocket_openssl.cpp:1414: error: q_ssl_ctrl was not decleared in this scope
I can not find anything on Google. How can I fix it?
相关问题
- QML: Cannot read property 'xxx' of undefin
- Is shmid returned by shmget() unique across proces
- QTextEdit.find() doesn't work in Python
- Qt 5.0.1: Application will not execute outside of
- how to get running process information in java?
configure qt with builtin ssl or compile openssl yourself and add it to your libraries in configure. I attach a expample configure line (was for qt4.8 static commercial installer on msvc2008!)
make sure you have the development files of openssl v1.0.0 or greater installed. or use qt internal version as described by Sebastian