aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/botan
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2012-08-17 10:34:50 +0200
committerEike Ziller <eike.ziller@nokia.com>2012-08-17 10:43:12 +0200
commite73428938e032bac40e6603299cb1dfd64944fcb (patch)
tree4ad2c80e43d785e54ffdd6af966a43d82810c1fc /src/libs/3rdparty/botan
parent7d2f3c25893bacbb4746584d07086f91c41a7f15 (diff)
Build fix Mac/Win
The target name for the botan lib depends on release or debug mode, so define it after forcing release. Resulted in link error on Mac/Win, where botan was in (lib)Botan(_debug|d) but was linked against as (lib)Botan. Change-Id: I7bf27526065ca740a97d2379af8424ab71274e96 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'src/libs/3rdparty/botan')
-rw-r--r--src/libs/3rdparty/botan/botan.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/3rdparty/botan/botan.pro b/src/libs/3rdparty/botan/botan.pro
index d11bfd0aa40..0a0e72b4388 100644
--- a/src/libs/3rdparty/botan/botan.pro
+++ b/src/libs/3rdparty/botan/botan.pro
@@ -3,11 +3,11 @@ TARGET = Botan
PRECOMPILED_HEADER = ../precompiled_headers/botan_pch.h
-include(../../../qtcreatorlibrary.pri)
CONFIG += exceptions
CONFIG += release
-CONFIG -= debug
+CONFIG -= debug debug_and_release
+include(../../../qtcreatorlibrary.pri)
DEPENDPATH += .
INCLUDEPATH += .