summaryrefslogtreecommitdiffstats
path: root/IT-Sicherheit_SS2015_BaseProject.pro
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-03-26 13:38:53 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-03-26 13:38:53 +0100
commitf0ae840c6cd876d67a451f824cc1b52974072f41 (patch)
tree4c487228e1f5e153f506485faa7a490dc5281c4d /IT-Sicherheit_SS2015_BaseProject.pro
parenta2f1b90ba22e59dd19065ac13bd4cd018d58a0ae (diff)
downloadIT-Sicherheit-f0ae840c6cd876d67a451f824cc1b52974072f41.tar.gz
IT-Sicherheit-f0ae840c6cd876d67a451f824cc1b52974072f41.zip
Creates the CryptClassCaesar and connects it
Diffstat (limited to 'IT-Sicherheit_SS2015_BaseProject.pro')
-rw-r--r--IT-Sicherheit_SS2015_BaseProject.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/IT-Sicherheit_SS2015_BaseProject.pro b/IT-Sicherheit_SS2015_BaseProject.pro
index 8d6edfc..2711faf 100644
--- a/IT-Sicherheit_SS2015_BaseProject.pro
+++ b/IT-Sicherheit_SS2015_BaseProject.pro
@@ -25,7 +25,8 @@ SOURCES += src/main.cpp \
src/crypt/cryptclassnullcipher.cpp \
src/crypt/cryptengine.cpp \
src/cipherssingleton.cpp \
- src/spinboxciphers.cpp
+ src/spinboxciphers.cpp \
+ src/crypt/cryptclasscaesar.cpp
HEADERS += src/mainwindow.h \
src/tabwidgetselectalgorithm.h \
@@ -38,7 +39,8 @@ HEADERS += src/mainwindow.h \
src/crypt/cryptclassnullcipher.h \
src/crypt/cryptengine.h \
src/cipherssingleton.h \
- src/spinboxciphers.h
+ src/spinboxciphers.h \
+ src/crypt/cryptclasscaesar.h
FORMS += src/forms/mainwindow.ui \
src/forms/tabsymmetric.ui \