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
This commit is contained in:
Brad Hards 2005-04-20 08:44:31 +00:00
parent 4808b30585
commit e14b232489

View File

@ -9,7 +9,7 @@ SOURCES = qca-openssl.cpp
#temp hack until build system is fixed.
DEFINES += OSSL_097
LIBS += -lssl -lcrypto
LIBS += -lssl -lcrypto -lqca
#include(conf.pri)
#include(extra.pri)