Hello,
I have a software designed with Qt4 from an other developper and I am trying to build again. I passed some difficulties but now I cannot find solution for a new problem : I have some errors due to incomplete type around QSslConfiguration.
In file *.pro I checked have QT += network
I see in code of Qt there are some macro #ifndef QT_NO_OPENSSL disabling the code after (using Qt Creator IDE). Should I use an openssl option somewhere ?
I am using Qt4.8.5 compiler but may be I should use an older one.
Thank you for your attention.
Vincent
↧