qtcreator: really add CONFIG += use_system_botan

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-11-02 21:06:24 +01:00
parent 5cc87382e1
commit 539519380a
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -21,6 +21,10 @@ if [ "$CROSS_BUILD" ]; then
makedepends+=" clang"
fi
pre_configure() {
sed -i qtcreator.pri -e'/CONFIG += c++14/aCONFIG += use_system_botan'
}
do_build() {
# Note: A simple "make ${makejobs}" fails after libs because
# of files being removed and symlinked asynchronously.