mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
don't need these
svn path=/trunk/kdesupport/qca/; revision=251140
This commit is contained in:
parent
a2b1a8c502
commit
16c0c331cd
File diff suppressed because it is too large
Load Diff
@ -1,12 +0,0 @@
|
||||
#ifndef QCAOPENSSL_H
|
||||
#define QCAOPENSSL_H
|
||||
|
||||
#include"qcaprovider.h"
|
||||
|
||||
#ifdef QCA_PLUGIN
|
||||
QCA_EXPORT QCAProvider *createProvider();
|
||||
#else
|
||||
QCAProvider *createProviderOpenSSL();
|
||||
#endif
|
||||
|
||||
#endif
|
@ -1,18 +0,0 @@
|
||||
# QCAOpenSSL qmake profile
|
||||
|
||||
TEMPLATE = lib
|
||||
CONFIG += qt thread release plugin
|
||||
TARGET = qcaopenssl
|
||||
|
||||
INCLUDEPATH += ../src
|
||||
|
||||
# RH 9
|
||||
INCLUDEPATH += /usr/kerberos/include
|
||||
|
||||
HEADERS = ../src/qcaprovider.h qcaopenssl.h
|
||||
SOURCES = qcaopenssl.cpp
|
||||
DEFINES += QCA_PLUGIN
|
||||
|
||||
# link with OpenSSL
|
||||
LIBS += -lcrypto -lssl
|
||||
|
Loading…
x
Reference in New Issue
Block a user