summaryrefslogtreecommitdiffstats
path: root/CryptLog.pro
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-10-02 15:22:59 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-10-02 15:22:59 +0200
commit0351429493f5ea55c38b35f93d7ae79856d74914 (patch)
tree2c32909da94aca09deb099313d195994361ea411 /CryptLog.pro
parenta06650e2d58e109b54c4d12d34aa633188cb4ecc (diff)
downloadsrc-0351429493f5ea55c38b35f93d7ae79856d74914.tar.gz
src-0351429493f5ea55c38b35f93d7ae79856d74914.zip
Füge Anwendungslogo ein
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