This repository has been archived on 2025-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
yachat/third-party/qca/qca-gnupg.pri
2025-12-25 01:38:25 +05:00

12 lines
299 B
Text

# DEFINES += GPG_DEBUG
windows:LIBS += -ladvapi32
GPG_BASE = $$PWD/qca-gnupg
GPGPROC_BASE = $$GPG_BASE/gpgproc
include($$GPGPROC_BASE/gpgproc.pri)
INCLUDEPATH += $$GPGPROC_BASE
INCLUDEPATH += $$GPG_BASE
HEADERS += \
$$GPG_BASE/gpgop.h
SOURCES += \
$$GPG_BASE/gpgop.cpp \
$$GPG_BASE/qca-gnupg.cpp