diff options
Diffstat (limited to 'CryptLog.pro')
| -rw-r--r-- | CryptLog.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CryptLog.pro b/CryptLog.pro index 158f480..eaa7502 100644 --- a/CryptLog.pro +++ b/CryptLog.pro @@ -15,11 +15,13 @@ TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ passworddialog.cpp \ - publickeyimport.cpp + publickeyimport.cpp \ + crypt/hybridcrypt.cpp HEADERS += mainwindow.h \ passworddialog.h \ - publickeyimport.h + publickeyimport.h \ + crypt/hybridcrypt.h FORMS += mainwindow.ui \ passworddialog.ui \ |
