diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-02 15:22:59 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-02 15:22:59 +0200 |
| commit | 0351429493f5ea55c38b35f93d7ae79856d74914 (patch) | |
| tree | 2c32909da94aca09deb099313d195994361ea411 /CryptLog.pro | |
| parent | a06650e2d58e109b54c4d12d34aa633188cb4ecc (diff) | |
| download | src-0351429493f5ea55c38b35f93d7ae79856d74914.tar.gz src-0351429493f5ea55c38b35f93d7ae79856d74914.zip | |
Füge Anwendungslogo ein
Diffstat (limited to 'CryptLog.pro')
| -rw-r--r-- | CryptLog.pro | 11 |
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 |
