1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-05-12 22:30:55 +00:00
harbour-sailotp/src/QCipher/QCipher.pri
seiichiro e2b8ac70a7 Version 1.11.0-1
- Rework Export/Import File Encryption to use C++
- Switch to SHA256 for Export/Import Encryption instead of MD5
- Add FilePicker to select Import File
2023-02-26 16:40:10 +01:00

10 lines
175 B
Plaintext

QT += core quick
INCLUDEPATH += $$PWD/src
HEADERS += $$PWD/src/cipher.h \
$$PWD/src/qcipher.h
SOURCES += $$PWD/src/cipher.cpp \
$$PWD/src/qcipher.cpp