mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-27 10:18:14 +00:00
19 lines
473 B
Plaintext
19 lines
473 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/include/QAead.h \
|
|
$$PWD/include/QBlockCipher.h \
|
|
$$PWD/include/QCryptoError.h \
|
|
$$PWD/include/QRsa.h \
|
|
$$PWD/include/QSimpleCrypto_global.h \
|
|
$$PWD/include/QX509.h \
|
|
$$PWD/include/QX509Store.h
|
|
|
|
SOURCES += \
|
|
$$PWD/sources/QAead.cpp \
|
|
$$PWD/sources/QBlockCipher.cpp \
|
|
$$PWD/sources/QCryptoError.cpp \
|
|
$$PWD/sources/QRsa.cpp \
|
|
$$PWD/sources/QX509.cpp \
|
|
$$PWD/sources/QX509Store.cpp
|