forked from qt-creator/qt-creator
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:
2
src/libs/3rdparty/botan/botan.pri
vendored
2
src/libs/3rdparty/botan/botan.pri
vendored
@@ -51,6 +51,6 @@ unix:*-g++* {
|
|||||||
}
|
}
|
||||||
|
|
||||||
linux*|freebsd* {
|
linux*|freebsd* {
|
||||||
LIBS += -lrt
|
LIBS += -lrt $$QMAKE_LIBS_DYNLOAD
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user