summaryrefslogtreecommitdiffstats
path: root/CryptLog.pro
diff options
context:
space:
mode:
Diffstat (limited to 'CryptLog.pro')
-rw-r--r--CryptLog.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/CryptLog.pro b/CryptLog.pro
index 52e5193..6a9c2ec 100644
--- a/CryptLog.pro
+++ b/CryptLog.pro
@@ -17,17 +17,20 @@ SOURCES += main.cpp\
passworddialog.cpp \
publickeyimportdialog.cpp \
crypt/hybridcrypt.cpp \
- crypt/cryptexception.cpp
+ crypt/cryptexception.cpp \
+ decryptdatadialog.cpp
HEADERS += mainwindow.h \
passworddialog.h \
publickeyimportdialog.h \
crypt/hybridcrypt.h \
- crypt/cryptexception.h
+ crypt/cryptexception.h \
+ decryptdatadialog.h
FORMS += mainwindow.ui \
passworddialog.ui \
- publickeyimportdialog.ui
+ publickeyimportdialog.ui \
+ decryptdatadialog.ui
RESOURCES += \
ressources.qrc