mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 04:24:32 +00:00
16 lines
265 B
Prolog
16 lines
265 B
Prolog
# QCACyrusSASL qmake profile
|
|
|
|
TEMPLATE = lib
|
|
CONFIG += qt thread release plugin
|
|
TARGET = qcacyrussasl
|
|
|
|
INCLUDEPATH += ../src
|
|
|
|
HEADERS = ../src/qcaprovider.h qcacyrussasl.h
|
|
SOURCES = qcacyrussasl.cpp
|
|
DEFINES += QCA_PLUGIN
|
|
|
|
# link with Cyrus SASL
|
|
LIBS += -lsasl2
|
|
|