diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template index a9d07c1b90..04cf5f8989 100644 --- a/srcpkgs/qtcreator/template +++ b/srcpkgs/qtcreator/template @@ -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.