From f0ae840c6cd876d67a451f824cc1b52974072f41 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Thu, 26 Mar 2015 13:38:53 +0100 Subject: Creates the CryptClassCaesar and connects it --- IT-Sicherheit_SS2015_BaseProject.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'IT-Sicherheit_SS2015_BaseProject.pro') 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 \ -- cgit v1.2.3-70-g09d2