1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-05-08 04:49:09 +00:00
harbour-sailotp/src/QCipher/QCipher.pri

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