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>
This commit is contained in:
Eike Ziller
2012-08-17 10:34:50 +02:00
parent 7d2f3c2589
commit e73428938e

View File

@@ -3,11 +3,11 @@ TARGET = Botan
PRECOMPILED_HEADER = ../precompiled_headers/botan_pch.h PRECOMPILED_HEADER = ../precompiled_headers/botan_pch.h
include(../../../qtcreatorlibrary.pri)
CONFIG += exceptions CONFIG += exceptions
CONFIG += release CONFIG += release
CONFIG -= debug CONFIG -= debug debug_and_release
include(../../../qtcreatorlibrary.pri)
DEPENDPATH += . DEPENDPATH += .
INCLUDEPATH += . INCLUDEPATH += .