-
Notifications
You must be signed in to change notification settings - Fork 0
/
HiD5321_GUI.pro
59 lines (45 loc) · 1.24 KB
/
HiD5321_GUI.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#-------------------------------------------------
#
# Project created by QtCreator 2014-08-21T14:33:51
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = HiD5321_GUI
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
scard.cpp \
globals.cpp \
response.cpp
HEADERS += mainwindow.h \
# debuglog.h \
# ifdhandler.h \
# pcsclite.h \
# reader.h \
# winscard.h \
scard.h \
# globals.h \
response.h \
# mem.h \
# ok.h \
# okos.h \
# okpoff.h \
# okpon.h \
# pcscdefines.h \
# pcscsub.h \
# scard2w.h \
# scard3w.h \
# scardcl.h \
# scardi2c.h
HEADERS += /usr/include/openssl/*.h
FORMS += mainwindow.ui
unix:!macx: LIBS += -L$$PWD/../../../../usr/lib64/ -lpcsclite
#unix:!macx: LIBS += -L$$PWD/../../../../usr/local/lib/ -lsyncapi
#unix:!macx: LIBS += /usr/local/lib/libokbase2.so
INCLUDEPATH += $$PWD/../../../../usr/local/lib
DEPENDPATH += $$PWD/../../../../usr/local/lib
unix:!macx: LIBS += -L$$PWD/../../../../usr/lib64/libssl.so.0.9.8
unix:!macx: LIBS += -L$$PWD/../../../../usr/lib64/libcrypto.so.0.9.8
INCLUDEPATH += $$PWD/../../../../usr/lib64
DEPENDPATH += $$PWD/../../../../usr/lib64