#------------------------------------------------- # # Project created by QtCreator 2016-04-11T15:19:16 # #------------------------------------------------- QT += core gui CONFIG += c++11 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = Criptosistema_Interfaz TEMPLATE = app SOURCES += main.cpp\ sistema.cpp\ hash.cpp \ executionresult.cpp \ dialog.cpp \ polynomial.cpp \ criptosistemas.cpp HEADERS += sistema.h \ hash.h \ polynomial.h \ resource.h \ types.h \ executionresult.h \ dialog.h \ polinomial.hpp \ criptosistemas.h FORMS += sistema.ui \ dialog.ui \ criptosistemas.ui RESOURCES += \ static.qrc LIBS += -lcrypto++