mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-08 16:59:33 +00:00
last windows fixes?
svn path=/trunk/kdesupport/qca/; revision=258132
This commit is contained in:
parent
874cc2c610
commit
6292d9f0cb
plugins
@ -24,7 +24,7 @@
|
||||
#include"qcaprovider.h"
|
||||
|
||||
#ifdef QCA_PLUGIN
|
||||
QCA_EXPORT QCAProvider *createProvider();
|
||||
QCA_PLUGIN_EXPORT QCAProvider *createProvider();
|
||||
#else
|
||||
QCAProvider *createProviderSASL();
|
||||
#endif
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include"qcaprovider.h"
|
||||
|
||||
#ifdef QCA_PLUGIN
|
||||
QCA_EXPORT QCAProvider *createProvider();
|
||||
QCA_PLUGIN_EXPORT QCAProvider *createProvider();
|
||||
#else
|
||||
QCAProvider *createProviderTLS();
|
||||
#endif
|
||||
|
@ -15,7 +15,7 @@ SOURCES = qca-tls.cpp
|
||||
|
||||
DEFINES += QCA_PLUGIN
|
||||
win32:{
|
||||
DEFINES += QCA_PLUGIN_DLL OSS_097
|
||||
DEFINES += QCA_PLUGIN_DLL OSSL_097
|
||||
INCLUDEPATH += c:\local\include
|
||||
LIBS += c:\local\lib\libeay32.lib c:\local\lib\ssleay32.lib
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user