4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-14 19:39:33 +00:00
Brad Hards e14b232489 Add qca to the provider libs requirements. Not including it appears
harmless on linux, but causes macos to barf.

svn path=/trunk/kdesupport/qca/; revision=406687
2005-04-20 08:44:31 +00:00

16 lines
314 B
Prolog

TEMPLATE = lib
CONFIG += qt thread debug plugin
#CONFIG += qt thread release plugin
QT -= gui
TARGET = qca-openssl
INCLUDEPATH += ../../include/QtCrypto
SOURCES = qca-openssl.cpp
#temp hack until build system is fixed.
DEFINES += OSSL_097
LIBS += -lssl -lcrypto -lqca
#include(conf.pri)
#include(extra.pri)