From 0351429493f5ea55c38b35f93d7ae79856d74914 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Fri, 2 Oct 2015 15:22:59 +0200 Subject: Füge Anwendungslogo ein MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CryptLog.pro | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'CryptLog.pro') 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 -- cgit v1.2.3-70-g09d2