#------------------------------------------------- # # Project created by QtCreator 2014-07-15T13:19:49 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = CaesarCipher TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ cypher.cpp HEADERS += mainwindow.h FORMS += mainwindow.ui