-
Notifications
You must be signed in to change notification settings - Fork 0
/
joseph-ibs-scheme.pro
43 lines (30 loc) · 968 Bytes
/
joseph-ibs-scheme.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
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
SOURCES += main.c \
buffer.c \
xmalloc.c \
fatal.c \
bufbn.c \
misc.c \
bufaux.c \
log.c \
joseph_ibs_scheme.c
include(deployment.pri)
qtcAddDeployment()
HEADERS += \
buffer.h \
xmalloc.h \
misc.h \
log.h \
joseph_ibs_scheme.h
unix:!macx: LIBS += -L$$PWD/../../../Mydata/sourcecode/openssl-1.0.1j/ -lssl
INCLUDEPATH += $$PWD/../../../Mydata/sourcecode/openssl-1.0.1j
DEPENDPATH += $$PWD/../../../Mydata/sourcecode/openssl-1.0.1j
unix:!macx: PRE_TARGETDEPS += $$PWD/../../../Mydata/sourcecode/openssl-1.0.1j/libssl.a
unix:!macx: LIBS += -L$$PWD/../../../Mydata/sourcecode/openssl-1.0.1j/ -lcrypto
INCLUDEPATH += $$PWD/../../../Mydata/sourcecode/openssl-1.0.1j
DEPENDPATH += $$PWD/../../../Mydata/sourcecode/openssl-1.0.1j
unix:!macx: PRE_TARGETDEPS += $$PWD/../../../Mydata/sourcecode/openssl-1.0.1j/libcrypto.a
unix:!macx: LIBS += -ldl