mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-11 10:19:33 +00:00
19 lines
306 B
Prolog
19 lines
306 B
Prolog
# 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
|
|
|