Changeset 34
- Timestamp:
- Sep 5, 2006, 11:45:30 PM (19 years ago)
- Location:
- qca-tls/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified qca-tls/trunk/qca-tls.pro ¶
r31 r34 20 20 LIBS += c:\local\lib\libeay32.lib c:\local\lib\ssleay32.lib 21 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 } 22 27 23 28 include(conf.pri) -
TabularUnified qca-tls/trunk/qca.h ¶
r31 r34 42 42 #endif 43 43 44 #if def Q_OS_WIN3244 #if defined(Q_OS_WIN32) 45 45 # ifdef QCA_PLUGIN_DLL 46 46 # define QCA_PLUGIN_EXPORT extern "C" __declspec(dllexport) … … 48 48 # define QCA_PLUGIN_EXPORT extern "C" __declspec(dllimport) 49 49 # endif 50 #elif defined(Q_OS_OS2) 51 # define QCA_PLUGIN_EXPORT extern "C" _System 50 52 #endif 51 53 #ifndef QCA_PLUGIN_EXPORT
Note:
See TracChangeset
for help on using the changeset viewer.