18 lines
473 B
Text
18 lines
473 B
Text
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
|