Commit f91e0308 authored by Oleg Korshul's avatar Oleg Korshul

.

parent d0591483
QT -= core
QT -= gui
VERSION = 1.0.0.1
TARGET = ooxmlsignature
TEMPLATE = lib
CONFIG += shared
CONFIG += plugin
CONFIG += c++11
CONFIG += core_static_link_libstd
CORE_ROOT_DIR = $$PWD/../../..
PWD_ROOT_DIR = $$PWD
include($$CORE_ROOT_DIR/Common/base.pri)
CONFIG += core_static_link_xml_full
include($$CORE_ROOT_DIR/DesktopEditor/xml/build/qt/libxml2.pri)
DEFINES -= UNICODE
HEADERS += \
include/XmlCertificate.h \
include/OOXMLSigner.h \
include/OOXMLVerifier.h
HEADERS += \
src/XmlCanonicalizator.h \
src/XmlRels.h \
src/XmlTransform.h \
src/XmlSigner_mscrypto.h \
src/XmlSigner_openssl.h
SOURCES += \
src/XmlTransform.cpp \
src/XmlCertificate.cpp \
src/OOXMLSigner.cpp \
src/OOXMLVerifier.cpp
core_windows {
LIBS += -lcrypt32
LIBS += -lcryptui
LIBS += -lAdvapi32
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment