Changeset 2aa151c in terepaima


Ignore:
Timestamp:
Oct 4, 2017, 4:23:34 PM (7 years ago)
Author:
Antonio Araujo <aaraujo@…>
Branches:
master
Children:
595f4e7
Parents:
2506bdb
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • signHash/signHash.pro

    rf626f58 r2aa151c  
    55#-------------------------------------------------
    66
    7 QT       += core
     7QT       += core network
    88
    99QT       -= gui
     
    2929
    3030
    31 LIBS += -ldl -lpcsclite -lcrypto /usr/lib64/libeTPkcs11.so
     31#LIBS += -ldl -lpcsclite -lcrypto /usr/lib64/libeTPkcs11.so
     32LIBS += -ldl -lpcsclite -lcrypto -L/usr/lib/ClassicClient -lgclib
    3233
Note: See TracChangeset for help on using the changeset viewer.