[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/qca/plugins/qca-ossl
From:       Justin Karneges <infiniti () affinix ! com>
Date:       2008-02-19 18:52:41
Message-ID: 1203447161.232243.29645.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 777101 by infiniti:

debug linkage on windows


 M  +5 -1      qca-ossl.pro  


--- trunk/kdesupport/qca/plugins/qca-ossl/qca-ossl.pro #777100:777101
@@ -24,7 +24,11 @@
 
 	INCLUDEPATH += $$OPENSSL_PREFIX/include
 	LIBS += -L$$OPENSSL_PREFIX/lib
-	LIBS += -llibeay32 -lssleay32
+	LINKAGE = -llibeay32 -lssleay32
+	CONFIG(debug, debug|release) {
+		windows:LINKAGE = -llibeay32d -lssleay32d
+	}
+	LIBS += $$LINKAGE
 	LIBS += -lgdi32 -lwsock32
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic