source: comparacioncriptosistemas/testVarieties/testVarieties.pro @ 130b818

interfaz
Last change on this file since 130b818 was b939736, checked in by Fundación CENDITEL <cenditel@…>, 8 years ago

Agregado directorio testVarieties

  • Property mode set to 100644
File size: 287 bytes
Line 
1QT += core
2QT -= gui
3
4CONFIG += c++11
5
6TARGET = testVarieties
7CONFIG += console
8CONFIG -= app_bundle
9
10TEMPLATE = app
11
12
13HEADERS += hash.h \
14            polynomial.h \
15            resource.h \
16            types.h
17
18SOURCES += main.cpp \
19            hash.cpp \
20            polynomial.cpp
21
22
23
Note: See TracBrowser for help on using the repository browser.