XPlor/libs/encryption/encryption.pro

21 lines
314 B
Prolog
Raw Normal View History

2025-03-01 20:38:52 -05:00
QT += core
TEMPLATE = lib
2025-04-04 20:39:36 -04:00
CONFIG += staticlib c++17
2025-03-01 20:38:52 -05:00
2025-04-04 20:34:24 -04:00
SOURCES += \
salsa20.cpp \
sha1.cpp \
encryption.cpp
2025-03-01 20:38:52 -05:00
HEADERS += \
ecrypt-config.h \
ecrypt-machine.h \
ecrypt-portable.h \
2025-04-04 20:34:24 -04:00
ecrypt-sync.h \
encryption.h \
os_types.h \
config_win32.h \
sha1.h
2025-03-01 20:38:52 -05:00
DESTDIR = $$OUT_PWD/../