summaryrefslogtreecommitdiffstats
path: root/CryptLog.pro
diff options
context:
space:
mode:
Diffstat (limited to 'CryptLog.pro')
-rw-r--r--CryptLog.pro11
1 files changed, 7 insertions, 4 deletions
diff --git a/CryptLog.pro b/CryptLog.pro
index 06a704d..52e5193 100644
--- a/CryptLog.pro
+++ b/CryptLog.pro
@@ -15,19 +15,22 @@ TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
passworddialog.cpp \
+ publickeyimportdialog.cpp \
crypt/hybridcrypt.cpp \
- crypt/cryptexception.cpp \
- publickeyimportdialog.cpp
+ crypt/cryptexception.cpp
HEADERS += mainwindow.h \
passworddialog.h \
+ publickeyimportdialog.h \
crypt/hybridcrypt.h \
- crypt/cryptexception.h \
- publickeyimportdialog.h
+ crypt/cryptexception.h
FORMS += mainwindow.ui \
passworddialog.ui \
publickeyimportdialog.ui
+RESOURCES += \
+ ressources.qrc
+
unix: CONFIG += link_pkgconfig
unix: PKGCONFIG += openssl