Botan uses dlopen & family, so it must link to -ldl

Indirect lib dependencies are not allowed. Code using Botan needs to
link directly to libdl.

Change-Id: I96bde3adf2aef9fdc60af1a70f70e17a79b24048
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Thiago Macieira
2013-10-31 09:20:40 -07:00
parent b39f26e856
commit 16f5dc8216

View File

@@ -51,6 +51,6 @@ unix:*-g++* {
} }
linux*|freebsd* { linux*|freebsd* {
LIBS += -lrt LIBS += -lrt $$QMAKE_LIBS_DYNLOAD
} }
} }