This repository has been archived on 2026-07-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PasswordEncryption/EncryptedMessaging.pro
T
amazing-username 610554d655 Cleaned up directory
2017-03-24 13:06:06 -05:00

18 lines
520 B
Prolog

######################################################################
# Automatically generated by qmake (3.1) Fri Mar 24 12:16:30 2017
######################################################################
TEMPLATE = app
TARGET = EncryptedMessaging
QT += core gui
QT += widgets
INCLUDEPATH += .
# Input
HEADERS += Decryption.h Encryption.h GenerateKeys.h MessagingControls.h
SOURCES += Decryption.cpp \
Encryption.cpp \
GenerateKeys.cpp \
Main.cpp \
MessagingControls.cpp