Cleaned up directory

This commit is contained in:
amazing-username
2017-03-24 13:06:06 -05:00
parent adc92aae29
commit 610554d655
7 changed files with 7 additions and 97 deletions
+7 -3
View File
@@ -1,5 +1,5 @@
######################################################################
# Automatically generated by qmake (3.1) Thu Mar 23 12:02:37 2017
# Automatically generated by qmake (3.1) Fri Mar 24 12:16:30 2017
######################################################################
TEMPLATE = app
@@ -9,5 +9,9 @@ QT += widgets
INCLUDEPATH += .
# Input
HEADERS += messagingcontrols.h
SOURCES += main.cpp messagingcontrols.cpp
HEADERS += Decryption.h Encryption.h GenerateKeys.h MessagingControls.h
SOURCES += Decryption.cpp \
Encryption.cpp \
GenerateKeys.cpp \
Main.cpp \
MessagingControls.cpp