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

20 lines
602 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 Cryption.h KeyManagementWindow.h
SOURCES += Decryption.cpp \
Encryption.cpp \
Cryption.cpp \
KeyManagementWindow.cpp \
GenerateKeys.cpp \
Main.cpp \
MessagingControls.cpp