summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.h
diff options
context:
space:
mode:
authorPeter Kümmel <syntheticpp@gmx.net>2012-07-26 17:16:29 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-31 11:47:39 +0200
commit952788d64bc30c7aac5f9572533241ab8f48fb63 (patch)
treef5a36211886621404f9dc5ad82936522b0751f92 /tools/configure/configureapp.h
parent9a8d74de0abdc87b099e1885f2865e16f104d6d8 (diff)
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 <shane.kearns@accenture.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tools/configure/configureapp.h')
-rw-r--r--tools/configure/configureapp.h2
1 files changed, 2 insertions, 0 deletions
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;