source: terepaima/signHash/signHash.pro @ 2aa151c

Last change on this file since 2aa151c was 2aa151c, checked in by Antonio Araujo <aaraujo@…>, 7 years ago

Agregado archivo signHash.pro que tiene una modificación para incluir el módulo network de Qt que permite utilizar la clase QSslCertificate.

  • Property mode set to 100644
File size: 603 bytes
Line 
1#-------------------------------------------------
2#
3# Project created by QtCreator 2017-05-05T13:01:18
4#
5#-------------------------------------------------
6
7QT       += core network
8
9QT       -= gui
10
11TARGET = signHash
12CONFIG   += console\
13            c++11
14CONFIG   -= app_bundle
15
16TEMPLATE = app
17
18HEADERS += \
19    cryptotoken.h \
20    binaryutils.h
21
22SOURCES +=  main.cpp \
23    cryptotoken.cpp \
24    binaryutils.cpp
25
26
27INCLUDEPATH +=  /usr/include \
28                ./include
29
30
31#LIBS += -ldl -lpcsclite -lcrypto /usr/lib64/libeTPkcs11.so
32LIBS += -ldl -lpcsclite -lcrypto -L/usr/lib/ClassicClient -lgclib
33
Note: See TracBrowser for help on using the repository browser.