Skip to content
Snippets Groups Projects
Commit 4b55ea13 authored by Joerg Bornemann's avatar Joerg Bornemann Committed by Christian Kandeler
Browse files

fix Windows debug build


Botan is now always built in release mode.
Don't try to link Botand.lib.

Change-Id: Ie38314abff49261589990a4fd5e7214e49b303e4
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@nokia.com>
parent 894e75aa
No related branches found
No related tags found
No related merge requests found
INCLUDEPATH *= $$PWD/.. INCLUDEPATH *= $$PWD/..
LIBS *= -l$$qtLibraryName(Botan) LIBS += -lBotan # Don't use qtLibraryName. Botan is always built in release mode.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment