Last change
on this file since 34 was 34, checked in by dmik, 19 years ago |
QCA-TLS: Added OS/2-related defines to make it compile.
|
File size:
605 bytes
|
Line | |
---|
1 | # qca-tls qmake profile
|
---|
2 |
|
---|
3 | TEMPLATE = lib
|
---|
4 | CONFIG += qt thread release plugin
|
---|
5 | TARGET = qca-tls
|
---|
6 |
|
---|
7 | !exists(qcaprovider.h) {
|
---|
8 | Q_PREFIX = ../../src
|
---|
9 | INCLUDEPATH += $$Q_PREFIX
|
---|
10 | }
|
---|
11 | HEADERS += ($$Q_PREFIX)qcaprovider.h
|
---|
12 |
|
---|
13 | HEADERS = qca-tls.h
|
---|
14 | SOURCES = qca-tls.cpp
|
---|
15 |
|
---|
16 | DEFINES += QCA_PLUGIN
|
---|
17 | win32:{
|
---|
18 | DEFINES += QCA_PLUGIN_DLL OSSL_097
|
---|
19 | INCLUDEPATH += c:\local\include
|
---|
20 | LIBS += c:\local\lib\libeay32.lib c:\local\lib\ssleay32.lib
|
---|
21 | }
|
---|
22 | os2:{
|
---|
23 | DEFINES += QCA_PLUGIN_DLL OSSL_097
|
---|
24 | INCLUDEPATH += ..\openssl-0.9.8b\outinc
|
---|
25 | LIBS += ..\openssl-0.9.8b\out\crypto ..\openssl-0.9.8b\out\ssl
|
---|
26 | }
|
---|
27 |
|
---|
28 | include(conf.pri)
|
---|
29 | include(extra.pri)
|
---|
30 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.