Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-62353

Static build qt 5.9.1 with openssl 1.0.2L

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 5.9.1
    • Build System
    • None
    • Windows 7 x86

      Visual c++ 2015

    Description

      I could build static without ssl but when I add open-ssl to configure there is many error

      I try many several ways 

      Cleaning, re downloading package , deleting restoring vmware to clean state all type

      My last build command is

      configure -static -L "C:\OpenSSL-Win32\lib" -debug-and-release -ssl -openssl -openssl-linked -I "C:\OpenSSL-Win32\include" -L "C:\OpenSSL-Win32\lib\VC\static" OPENSSL_LIBS="-lUser32 -lAdvapi32 -lGdi32 -lCrypt32" OPENSSL_LIBS_DEBUG="-lssleay32MTd -llibeay32MTd" OPENSSL_LIBS_RELEASE="-lssleay32MT -llibeay32MT" -prefix "C:\Qt\Static\5.9.1" -platform win32-msvc2015 -qt-zlib -opensource -confirm-license -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -sql-odbc -sql-sqlite -skip qt3d -skip qttools -opengl dynamic -make libs -nomake tools -skip qtdoc -skip qtwayland -skip qtwebview -skip qtwebengine -skip qtwebchannel -openssl-linked OPENSSL_LIBS="-lssleay32 -llibeay32 -lgdi32" -no-qml-debug -skip qtscript -no-icu -no-compile-examples -nomake examples -nomake tests
      

      There is many error

      The errors are :

      link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publi
      cKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /MANIFEST:embed /OUT:..\..\bin\xmlpatterns.exe @C:\Users\ADMINI~1\AppData\Local\Temp\nm73A9.tmp
      Qt5Network.lib(qnetworkrequest.obj) : error LNK2019: unresolved external symbol "public: __thiscall QSslConfiguration::QSslConfiguration(class QSslConfiguration const &)" (??0QS
      slConfiguration@@QAE@ABV0@@Z) referenced in function "public: __thiscall QNetworkRequestPrivate::QNetworkRequestPrivate(class QNetworkRequestPrivate const &)" (??0QNetworkReques
      tPrivate@@QAE@ABV0@@Z)
      Qt5Network.lib(qnetworkaccessmanager.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::QSslConfiguration(class QSslConfiguration const &)"
      (??0QSslConfiguration@@QAE@ABV0@@Z)
      Qt5Network.lib(moc_qnetworkreplyhttpimpl_p.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::QSslConfiguration(class QSslConfiguration cons
      t &)" (??0QSslConfiguration@@QAE@ABV0@@Z)
      Qt5Network.lib(moc_qhttpthreaddelegate_p.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::QSslConfiguration(class QSslConfiguration const
      &)" (??0QSslConfiguration@@QAE@ABV0@@Z)
      Qt5Network.lib(qhttpthreaddelegate.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::~QSslConfiguration(void)" (??1QSslConfiguration@@QAE@X
      Z)
      Qt5Network.lib(moc_qhttpthreaddelegate_p.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::~QSslConfiguration(void)" (??1QSslConfiguration@
      @QAE@XZ)
      Qt5Network.lib(qhttpnetworkconnection.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::~QSslConfiguration(void)" (??1QSslConfiguration@@QA
      E@XZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::~QSslConfiguration(void)" (??1QSslConfigurat
      ion@@QAE@XZ)
      Qt5Network.lib(qnetworkrequest.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::~QSslConfiguration(void)" (??1QSslConfiguration@@QAE@XZ)
      Qt5Network.lib(qnetworkaccessmanager.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::~QSslConfiguration(void)" (??1QSslConfiguration@@QAE
      @XZ)
      Qt5Network.lib(qnetworkreplyhttpimpl.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::~QSslConfiguration(void)" (??1QSslConfiguration@@QAE
      @XZ)
      Qt5Network.lib(moc_qnetworkreplyhttpimpl_p.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::~QSslConfiguration(void)" (??1QSslConfiguratio
      n@@QAE@XZ)
      Qt5Network.lib(qnetworkrequest.obj) : error LNK2019: unresolved external symbol "public: class QSslConfiguration & __thiscall QSslConfiguration::operator=(class QSslConfiguratio
      n const &)" (??4QSslConfiguration@@QAEAAV0@ABV0@@Z) referenced in function "public: void __thiscall QNetworkRequest::setSslConfiguration(class QSslConfiguration const &)" (?setS
      slConfiguration@QNetworkRequest@@QAEXABVQSslConfiguration@@@Z)
      Qt5Network.lib(qnetworkreplyhttpimpl.obj) : error LNK2001: unresolved external symbol "public: class QSslConfiguration & __thiscall QSslConfiguration::operator=(class QSslConfig
      uration const &)" (??4QSslConfiguration@@QAEAAV0@ABV0@@Z)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2001: unresolved external symbol "public: class QSslConfiguration & __thiscall QSslConfiguration::operator=(class QS
      slConfiguration const &)" (??4QSslConfiguration@@QAEAAV0@ABV0@@Z)
      Qt5Network.lib(qnetworkrequest.obj) : error LNK2019: unresolved external symbol "public: static class QSslConfiguration __cdecl QSslConfiguration::defaultConfiguration(void)" (?
      defaultConfiguration@QSslConfiguration@@SA?AV1@XZ) referenced in function "public: class QSslConfiguration __thiscall QNetworkRequest::sslConfiguration(void)const " (?sslConfigu
      ration@QNetworkRequest@@QBE?AVQSslConfiguration@@XZ)
      Qt5Network.lib(qnetworkaccessmanager.obj) : error LNK2001: unresolved external symbol "public: static class QSslConfiguration __cdecl QSslConfiguration::defaultConfiguration(voi
      d)" (?defaultConfiguration@QSslConfiguration@@SA?AV1@XZ)
      Qt5Network.lib(qhttpthreaddelegate.obj) : error LNK2001: unresolved external symbol "public: static class QSslConfiguration __cdecl QSslConfiguration::defaultConfiguration(void)
      " (?defaultConfiguration@QSslConfiguration@@SA?AV1@XZ)
      Qt5Network.lib(moc_qnetworkreplyhttpimpl_p.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::QSslError(class QSslError const &)" (??0QSslError@@QAE
      @ABV0@@Z)
      Qt5Network.lib(moc_qhttpthreaddelegate_p.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::QSslError(class QSslError const &)" (??0QSslError@@QAE@A
      BV0@@Z)
      Qt5Network.lib(moc_qhttpnetworkreply_p.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::QSslError(class QSslError const &)" (??0QSslError@@QAE@ABV
      0@@Z)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::QSslError(class QSslError const &)" (??0QSslError@@Q
      AE@ABV0@@Z)
      Qt5Network.lib(qnetworkaccessmanager.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::QSslError(class QSslError const &)" (??0QSslError@@QAE@ABV0@
      @Z)
      Qt5Network.lib(moc_qnetworkreply.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::QSslError(class QSslError const &)" (??0QSslError@@QAE@ABV0@@Z)
      Qt5Network.lib(qnetworkreplyhttpimpl.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::QSslError(class QSslError const &)" (??0QSslError@@QAE@ABV0@
      @Z)
      Qt5Network.lib(moc_qnetworkaccessbackend_p.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::QSslError(class QSslError const &)" (??0QSslError@@QAE
      @ABV0@@Z)
      Qt5Network.lib(qhttpnetworkconnection.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::~QSslError(void)" (??1QSslError@@QAE@XZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::~QSslError(void)" (??1QSslError@@QAE@XZ)
      Qt5Network.lib(moc_qnetworkreplyhttpimpl_p.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::~QSslError(void)" (??1QSslError@@QAE@XZ)
      Qt5Network.lib(qhttpthreaddelegate.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::~QSslError(void)" (??1QSslError@@QAE@XZ)
      Qt5Network.lib(moc_qhttpthreaddelegate_p.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::~QSslError(void)" (??1QSslError@@QAE@XZ)
      Qt5Network.lib(moc_qhttpnetworkreply_p.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::~QSslError(void)" (??1QSslError@@QAE@XZ)
      Qt5Network.lib(qnetworkaccessmanager.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::~QSslError(void)" (??1QSslError@@QAE@XZ)
      Qt5Network.lib(moc_qnetworkreply.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::~QSslError(void)" (??1QSslError@@QAE@XZ)
      Qt5Network.lib(qnetworkreplyhttpimpl.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::~QSslError(void)" (??1QSslError@@QAE@XZ)
      Qt5Network.lib(moc_qnetworkaccessbackend_p.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslError::~QSslError(void)" (??1QSslError@@QAE@XZ)
      Qt5Network.lib(qnetworkaccessmanager.obj) : error LNK2019: unresolved external symbol "public: static bool __cdecl QSslSocket::supportsSsl(void)" (?supportsSsl@QSslSocket@@SA_NX
      Z) referenced in function "protected: class QStringList __thiscall QNetworkAccessManager::supportedSchemesImplementation(void)const " (?supportedSchemesImplementation@QNetworkAc
      cessManager@@IBE?AVQStringList@@XZ)
      Qt5Network.lib(qhttpnetworkreply.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::QSslConfiguration(void)" (??0QSslConfiguration@@QAE@XZ)
      Qt5Network.lib(qhttpthreaddelegate.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::QSslConfiguration(void)" (??0QSslConfiguration@@QAE@XZ
      )
      Qt5Network.lib(moc_qhttpthreaddelegate_p.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::QSslConfiguration(void)" (??0QSslConfiguration@@
      QAE@XZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::QSslConfiguration(void)" (??0QSslConfigurati
      on@@QAE@XZ)
      Qt5Network.lib(qnetworkaccessmanager.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::QSslConfiguration(void)" (??0QSslConfiguration@@QAE@
      XZ)
      Qt5Network.lib(qnetworkreply.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::QSslConfiguration(void)" (??0QSslConfiguration@@QAE@XZ)
      Qt5Network.lib(qnetworkreplyhttpimpl.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::QSslConfiguration(void)" (??0QSslConfiguration@@QAE@
      XZ)
      Qt5Network.lib(moc_qnetworkreplyhttpimpl_p.obj) : error LNK2001: unresolved external symbol "public: __thiscall QSslConfiguration::QSslConfiguration(void)" (??0QSslConfiguration
      @@QAE@XZ)
      Qt5Network.lib(qnetworkaccessmanager.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall QSslConfiguration::operator==(class QSslConfiguration const &)cons
      t " (??8QSslConfiguration@@QBE_NABV0@@Z) referenced in function "public: void __thiscall QNetworkAccessManager::connectToHostEncrypted(class QString const &,unsigned short,class
      QSslConfiguration const &)" (?connectToHostEncrypted@QNetworkAccessManager@@QAEXABVQString@@GABVQSslConfiguration@@@Z)
      Qt5Network.lib(qhttpthreaddelegate.obj) : error LNK2001: unresolved external symbol "public: bool __thiscall QSslConfiguration::operator==(class QSslConfiguration const &)const
      " (??8QSslConfiguration@@QBE_NABV0@@Z)
      Qt5Network.lib(qnetworkaccessmanager.obj) : error LNK2019: unresolved external symbol "public: class QList<class QByteArray> __thiscall QSslConfiguration::allowedNextProtocols(v
      oid)const " (?allowedNextProtocols@QSslConfiguration@@QBE?AV?$QList@VQByteArray@@@@XZ) referenced in function "public: void __thiscall QNetworkAccessManager::connectToHostEncryp
      ted(class QString const &,unsigned short,class QSslConfiguration const &)" (?connectToHostEncrypted@QNetworkAccessManager@@QAEXABVQString@@GABVQSslConfiguration@@@Z)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2001: unresolved external symbol "public: class QList<class QByteArray> __thiscall QSslConfiguration::allowedNextPro
      tocols(void)const " (?allowedNextProtocols@QSslConfiguration@@QBE?AV?$QList@VQByteArray@@@@XZ)
      Qt5Network.lib(qnetworkaccessmanager.obj) : error LNK2019: unresolved external symbol "public: static char const * const QSslConfiguration::NextProtocolSpdy3_0" (?NextProtocolSp
      dy3_0@QSslConfiguration@@2QBDB) referenced in function "public: void __thiscall QNetworkAccessManager::connectToHostEncrypted(class QString const &,unsigned short,class QSslConf
      iguration const &)" (?connectToHostEncrypted@QNetworkAccessManager@@QAEXABVQString@@GABVQSslConfiguration@@@Z)
      Qt5Network.lib(qhttpthreaddelegate.obj) : error LNK2001: unresolved external symbol "public: static char const * const QSslConfiguration::NextProtocolSpdy3_0" (?NextProtocolSpdy
      3_0@QSslConfiguration@@2QBDB)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2001: unresolved external symbol "public: static char const * const QSslConfiguration::NextProtocolSpdy3_0" (?NextPr
      otocolSpdy3_0@QSslConfiguration@@2QBDB)
      Qt5Network.lib(qnetworkreplyimpl.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall QSslConfiguration::isNull(void)const " (?isNull@QSslConfiguration@@QBE
      _NXZ) referenced in function "protected: virtual void __thiscall QNetworkReplyImpl::setSslConfigurationImplementation(class QSslConfiguration const &)" (?setSslConfigurationImpl
      ementation@QNetworkReplyImpl@@MAEXABVQSslConfiguration@@@Z)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2001: unresolved external symbol "public: bool __thiscall QSslConfiguration::isNull(void)const " (?isNull@QSslConfig
      uration@@QBE_NXZ)
      Qt5Network.lib(qhttpnetworkreply.obj) : error LNK2019: unresolved external symbol "public: class QSslConfiguration __thiscall QSslSocket::sslConfiguration(void)const " (?sslConf
      iguration@QSslSocket@@QBE?AVQSslConfiguration@@XZ) referenced in function "public: class QSslConfiguration __thiscall QHttpNetworkReply::sslConfiguration(void)const " (?sslConfi
      guration@QHttpNetworkReply@@QBE?AVQSslConfiguration@@XZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2001: unresolved external symbol "public: class QSslConfiguration __thiscall QSslSocket::sslConfiguration(void)const
      " (?sslConfiguration@QSslSocket@@QBE?AVQSslConfiguration@@XZ)
      Qt5Network.lib(qhttpnetworkreply.obj) : error LNK2019: unresolved external symbol "public: static struct QMetaObject const QSslSocket::staticMetaObject" (?staticMetaObject@QSslS
      ocket@@2UQMetaObject@@B) referenced in function "public: class QSslConfiguration __thiscall QHttpNetworkReply::sslConfiguration(void)const " (?sslConfiguration@QHttpNetworkReply
      @@QBE?AVQSslConfiguration@@XZ)
      Qt5Network.lib(qabstractsocket.obj) : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QSslSocket::staticMetaObject" (?staticMetaObject@QSslSoc
      ket@@2UQMetaObject@@B)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QSslSocket::staticMetaObject" (?staticMeta
      Object@QSslSocket@@2UQMetaObject@@B)
      Qt5Network.lib(qhttpprotocolhandler.obj) : error LNK2001: unresolved external symbol "public: static struct QMetaObject const QSslSocket::staticMetaObject" (?staticMetaObject@QS
      slSocket@@2UQMetaObject@@B)
      Qt5Network.lib(qhttpthreaddelegate.obj) : error LNK2019: unresolved external symbol "public: void __thiscall QSslConfiguration::setAllowedNextProtocols(class QList<class QByteAr
      ray>)" (?setAllowedNextProtocols@QSslConfiguration@@QAEXV?$QList@VQByteArray@@@@@Z) referenced in function "public: void __thiscall QHttpThreadDelegate::startRequest(void)" (?st
      artRequest@QHttpThreadDelegate@@QAEXXZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2001: unresolved external symbol "public: void __thiscall QSslConfiguration::setAllowedNextProtocols(class QList<cla
      ss QByteArray>)" (?setAllowedNextProtocols@QSslConfiguration@@QAEXV?$QList@VQByteArray@@@@@Z)
      Qt5Network.lib(qhttpthreaddelegate.obj) : error LNK2019: unresolved external symbol "public: static char const * const QSslConfiguration::ALPNProtocolHTTP2" (?ALPNProtocolHTTP2@
      QSslConfiguration@@2QBDB) referenced in function "public: void __thiscall QHttpThreadDelegate::startRequest(void)" (?startRequest@QHttpThreadDelegate@@QAEXXZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2001: unresolved external symbol "public: static char const * const QSslConfiguration::ALPNProtocolHTTP2" (?ALPNProt
      ocolHTTP2@QSslConfiguration@@2QBDB)
      Qt5Network.lib(qhttpthreaddelegate.obj) : error LNK2019: unresolved external symbol "public: static char const * const QSslConfiguration::NextProtocolHttp1_1" (?NextProtocolHttp
      1_1@QSslConfiguration@@2QBDB) referenced in function "public: void __thiscall QHttpThreadDelegate::startRequest(void)" (?startRequest@QHttpThreadDelegate@@QAEXXZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2001: unresolved external symbol "public: static char const * const QSslConfiguration::NextProtocolHttp1_1" (?NextPr
      otocolHttp1_1@QSslConfiguration@@2QBDB)
      Qt5Network.lib(qabstractsocket.obj) : error LNK2019: unresolved external symbol "public: void __thiscall QSslSocket::abort(void)" (?abort@QSslSocket@@QAEXXZ) referenced in funct
      ion "public: virtual __thiscall QAbstractSocket::~QAbstractSocket(void)" (??1QAbstractSocket@@UAE@XZ)
      Qt5Network.lib(qhttpnetworkconnection.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl QSslSocketPrivate::pauseSocketNotifiers(class QSslSocket *)"
      (?pauseSocketNotifiers@QSslSocketPrivate@@SAXPAVQSslSocket@@@Z) referenced in function "public: void __thiscall QHttpNetworkConnectionPrivate::pauseConnection(void)" (?pauseConn
      ection@QHttpNetworkConnectionPrivate@@QAEXXZ)
      Qt5Network.lib(qhttpnetworkconnection.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl QSslSocketPrivate::resumeSocketNotifiers(class QSslSocket *)"
      (?resumeSocketNotifiers@QSslSocketPrivate@@SAXPAVQSslSocket@@@Z) referenced in function "public: void __thiscall QHttpNetworkConnectionPrivate::resumeConnection(void)" (?resume
      Connection@QHttpNetworkConnectionPrivate@@QAEXXZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2019: unresolved external symbol "public: __thiscall QSslSocket::QSslSocket(class QObject *)" (??0QSslSocket@@QAE@PA
      VQObject@@@Z) referenced in function "public: void __thiscall QHttpNetworkConnectionChannel::init(void)" (?init@QHttpNetworkConnectionChannel@@QAEXXZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2019: unresolved external symbol "public: void __thiscall QSslSocket::connectToHostEncrypted(class QString const &,u
      nsigned short,class QFlags<enum QIODevice::OpenModeFlag>,enum QAbstractSocket::NetworkLayerProtocol)" (?connectToHostEncrypted@QSslSocket@@QAEXABVQString@@GV?$QFlags@W4OpenModeF
      lag@QIODevice@@@@W4NetworkLayerProtocol@QAbstractSocket@@@Z) referenced in function "public: bool __thiscall QHttpNetworkConnectionChannel::ensureConnection(void)" (?ensureConne
      ction@QHttpNetworkConnectionChannel@@QAE_NXZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2019: unresolved external symbol "public: void __thiscall QSslSocket::setSslConfiguration(class QSslConfiguration co
      nst &)" (?setSslConfiguration@QSslSocket@@QAEXABVQSslConfiguration@@@Z) referenced in function "protected: void __thiscall QHttpNetworkConnectionChannel::_q_encrypted(void)" (?_
      q_encrypted@QHttpNetworkConnectionChannel@@IAEXXZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2019: unresolved external symbol "public: void __thiscall QSslSocket::ignoreSslErrors(class QList<class QSslError> c
      onst &)" (?ignoreSslErrors@QSslSocket@@QAEXABV?$QList@VQSslError@@@@@Z) referenced in function "public: bool __thiscall QHttpNetworkConnectionChannel::ensureConnection(void)" (?
      ensureConnection@QHttpNetworkConnectionChannel@@QAE_NXZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2019: unresolved external symbol "public: void __thiscall QSslSocket::ignoreSslErrors(void)" (?ignoreSslErrors@QSslS
      ocket@@QAEXXZ) referenced in function "public: bool __thiscall QHttpNetworkConnectionChannel::ensureConnection(void)" (?ensureConnection@QHttpNetworkConnectionChannel@@QAE_NXZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2019: unresolved external symbol "public: class QByteArray __thiscall QSslConfiguration::nextNegotiatedProtocol(void
      )const " (?nextNegotiatedProtocol@QSslConfiguration@@QBE?AVQByteArray@@XZ) referenced in function "protected: void __thiscall QHttpNetworkConnectionChannel::_q_encrypted(void)"
      (?_q_encrypted@QHttpNetworkConnectionChannel@@IAEXXZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2019: unresolved external symbol "public: enum QSslConfiguration::NextProtocolNegotiationStatus __thiscall QSslConfi
      guration::nextProtocolNegotiationStatus(void)const " (?nextProtocolNegotiationStatus@QSslConfiguration@@QBE?AW4NextProtocolNegotiationStatus@1@XZ) referenced in function "protec
      ted: void __thiscall QHttpNetworkConnectionChannel::_q_encrypted(void)" (?_q_encrypted@QHttpNetworkConnectionChannel@@IAEXXZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl QSslSocketPrivate::checkSettingSslContext(class QSslSo
      cket *,class QSharedPointer<class QSslContext>)" (?checkSettingSslContext@QSslSocketPrivate@@SAXPAVQSslSocket@@V?$QSharedPointer@VQSslContext@@@@@Z) referenced in function "publ
      ic: bool __thiscall QHttpNetworkConnectionChannel::ensureConnection(void)" (?ensureConnection@QHttpNetworkConnectionChannel@@QAE_NXZ)
      Qt5Network.lib(qhttpnetworkconnectionchannel.obj) : error LNK2019: unresolved external symbol "public: static class QSharedPointer<class QSslContext> __cdecl QSslSocketPrivate::
      sslContext(class QSslSocket *)" (?sslContext@QSslSocketPrivate@@SA?AV?$QSharedPointer@VQSslContext@@@@PAVQSslSocket@@@Z) referenced in function "protected: void __thiscall QHttp
      NetworkConnectionChannel::_q_connected(void)" (?_q_connected@QHttpNetworkConnectionChannel@@IAEXXZ)
      Qt5Network.lib(qhttpprotocolhandler.obj) : error LNK2019: unresolved external symbol "public: __int64 __thiscall QSslSocket::encryptedBytesToWrite(void)const " (?encryptedBytesT
      oWrite@QSslSocket@@QBE_JXZ) referenced in function "private: virtual bool __thiscall QHttpProtocolHandler::sendRequest(void)" (?sendRequest@QHttpProtocolHandler@@EAE_NXZ)
      ..\..\bin\xmlpatterns.exe : fatal error LNK1120: 30 unresolved externals
      NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 14.0\VC\BIN\link.EXE"' : return code '0x460'
      Stop.
      NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe"' : return code '0x2'
      Stop.
      NMAKE : fatal error U1077: 'cd' : return code '0x2'
      Stop.
      NMAKE : fatal error U1077: 'cd' : return code '0x2'
      Stop.
      NMAKE : fatal error U1077: 'cd' : return code '0x2'
      Stop.
      
      C:\Qt\Static\qt-everywhere-opensource-src-5.9.1>
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              buddenha Oswald Buddenhagen
              cinohee Cinohee Enayati
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes