From 952788d64bc30c7aac5f9572533241ab8f48fb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Thu, 26 Jul 2012 17:16:29 +0200 Subject: add configure options for debug/release OpenSSL msvc cannot use the same library for debug and release builds if openssl libraries are linked statically into the network library. Change-Id: Ic27ede2d9531b94aff4c50c1699947ce72caf286 Reviewed-by: Shane Kearns Reviewed-by: Oswald Buddenhagen --- tools/configure/configureapp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/configure/configureapp.h') diff --git a/tools/configure/configureapp.h b/tools/configure/configureapp.h index ff5050ad8d..7f4cbdb983 100644 --- a/tools/configure/configureapp.h +++ b/tools/configure/configureapp.h @@ -141,6 +141,8 @@ private: QStringList qmakeIncludes; QStringList qmakeLibs; QString opensslLibs; + QString opensslLibsDebug; + QString opensslLibsRelease; QString psqlLibs; QString sybase; QString sybaseLibs; -- cgit v1.2.3