XPlor/libs/encryption/encryption.pro
2025-04-04 20:34:24 -04:00

21 lines
320 B
Prolog

QT += core
TEMPLATE = lib
CONFIG += staticlib c++17 debug
SOURCES += \
salsa20.cpp \
sha1.cpp \
encryption.cpp
HEADERS += \
ecrypt-config.h \
ecrypt-machine.h \
ecrypt-portable.h \
ecrypt-sync.h \
encryption.h \
os_types.h \
config_win32.h \
sha1.h
DESTDIR = $$OUT_PWD/../