From 49aac943cca03cf2b5fe37cc4c034e2d022f03c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 24 Jul 2013 23:18:23 +0200 Subject: Fix visibility of createProvider This resolves Bug 1412 --- qca-tls.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'qca-tls.pro') diff --git a/qca-tls.pro b/qca-tls.pro index c1541bf..2457746 100644 --- a/qca-tls.pro +++ b/qca-tls.pro @@ -1,8 +1,8 @@ -# qca-tls qmake profile +# tqca-tls qmake profile TEMPLATE = lib CONFIG += qt thread release plugin -TARGET = qca-tls +TARGET = tqca-tls !exists(qcaprovider.h) { Q_PREFIX = ../../src @@ -13,9 +13,9 @@ HEADERS += ($$Q_PREFIX)qcaprovider.h HEADERS = qca-tls.h SOURCES = qca-tls.cpp -DEFINES += QCA_PLUGIN +DEFINES += TQCA_PLUGIN win32:{ - DEFINES += QCA_PLUGIN_DLL OSSL_097 + DEFINES += TQCA_PLUGIN_DLL OSSL_097 INCLUDEPATH += c:\local\include LIBS += c:\local\lib\libeay32.lib c:\local\lib\ssleay32.lib } -- cgit v1.2.1