Ignore:
Timestamp:
Sep 5, 2006, 11:45:30 PM (19 years ago)
Author:
dmik
Message:

QCA-TLS: Added OS/2-related defines to make it compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qca-tls/trunk/qca-tls.pro

    r31 r34  
    2020        LIBS += c:\local\lib\libeay32.lib c:\local\lib\ssleay32.lib
    2121}
     22os2:{
     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}
    2227
    2328include(conf.pri)
Note: See TracChangeset for help on using the changeset viewer.