Client-server application
-
Thanks but unfortunately it does not help me.
main.cpp:13: error: undefined reference to
_imp___ZN10QSslSocketC1EP7QObject' main.cpp:15: error: undefined reference to_imp___ZN10QSslSocket11setProtocolEN4QSsl11SslProtocolE'
main.cpp:45: error: undefined reference to_imp___ZN7QSslKeyC1ERK10QByteArrayN4QSsl12KeyAlgorithmENS3_14EncodingFormatENS3_7KeyTypeES2_' main.cpp:47: error: undefined reference to_imp___ZN15QSslCertificateC1ERK10QByteArrayN4QSsl14EncodingFormatE'
main.cpp:49: error: undefined reference to_imp___ZN10QSslSocket13setPrivateKeyERK7QSslKey' main.cpp:50: error: undefined reference to_imp___ZN10QSslSocket19setLocalCertificateERK15QSslCertificate'
main.cpp:51: error: undefined reference to_imp___ZN10QSslSocket21startServerEncryptionEv' main.cpp:51: error: undefined reference to_imp___ZN15QSslCertificateD1Ev'
main.cpp:51: error: undefined reference to_imp___ZN7QSslKeyD1Ev' main.cpp:45: error: undefined reference to_imp___ZN7QSslKeyD1Ev'
main.cpp:51: error: undefined reference to_imp___ZN15QSslCertificateD1Ev' main.cpp:51: error: undefined reference to_imp___ZN7QSslKeyD1Ev' -
Sure it helps, that's a new error. Did you build Qt with ssl support ?
-
You are ship your commercial applications under LGPL license? Those are of course compatible with LGPL Qt.