mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-14 19:39:33 +00:00
harmless on linux, but causes macos to barf. svn path=/trunk/kdesupport/qca/; revision=406687
16 lines
314 B
Prolog
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)
|