source: comparacioncriptosistemas/interfaz/Criptosistema_Interfaz/Criptosistema_Interfaz.pro @ c7b52e9

interfaz
Last change on this file since c7b52e9 was c7b52e9, checked in by lhernandez <lhernandez@…>, 8 years ago

Se realizo el prototipo no funcional adaptado a la aplicacion de escritorio, preparada para enlazar a las funcionalidades de los criptosistemas

  • Property mode set to 100644
File size: 698 bytes
Line 
1#-------------------------------------------------
2#
3# Project created by QtCreator 2016-04-11T15:19:16
4#
5#-------------------------------------------------
6
7QT       += core gui
8
9CONFIG += c++11
10
11greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
12
13TARGET = Criptosistema_Interfaz
14TEMPLATE = app
15
16
17SOURCES += main.cpp\
18           sistema.cpp\
19           hash.cpp \
20           executionresult.cpp \
21           dialog.cpp \
22           polynomial.cpp
23
24
25HEADERS += sistema.h \
26            hash.h \
27            polynomial.h \
28            resource.h \
29            types.h \
30    executionresult.h \
31    dialog.h \
32    polinomial.hpp
33
34FORMS    += sistema.ui \
35    dialog.ui
36
37RESOURCES += \
38    static.qrc
39
40
41
42
Note: See TracBrowser for help on using the repository browser.