|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
# qca-tls qmake profile
|
|
|
|
|
# tqca-tls qmake profile
|
|
|
|
|
|
|
|
|
|
TEMPLATE = lib
|
|
|
|
|
CONFIG += qt thread release plugin
|
|
|
|
|
TARGET = qca-tls
|
|
|
|
|
TARGET = tqca-tls
|
|
|
|
|
|
|
|
|
|
!exists(qcaprovider.h) {
|
|
|
|
|
Q_PREFIX = ../../src
|
|
|
|
@ -13,9 +13,9 @@ HEADERS += ($$Q_PREFIX)qcaprovider.h
|
|
|
|
|
HEADERS = qca-tls.h
|
|
|
|
|
SOURCES = qca-tls.cpp
|
|
|
|
|
|
|
|
|
|
DEFINES += QCA_PLUGIN
|
|
|
|
|
DEFINES += TQCA_PLUGIN
|
|
|
|
|
win32:{
|
|
|
|
|
DEFINES += QCA_PLUGIN_DLL OSSL_097
|
|
|
|
|
DEFINES += TQCA_PLUGIN_DLL OSSL_097
|
|
|
|
|
INCLUDEPATH += c:\local\include
|
|
|
|
|
LIBS += c:\local\lib\libeay32.lib c:\local\lib\ssleay32.lib
|
|
|
|
|
}
|
|
|
|
|