aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/libs.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-01-03 17:56:52 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-08-10 09:23:42 +0000
commita44fe2e4f03fc18ce9c3d050f71fe369916259b8 (patch)
treee5f3211ced0bc7fc1628ff5e7a051007dfa18207 /src/libs/libs.qbs
parent78c4cf9884770149fb9d69f923aa2169baa3f42a (diff)
SSH: Use Botan2
Botan 1.10 will be completely unsupported by the end of this year, so we now target API version 2 instead. Also upgrade our bundled Botan to the latest version 2.7. We no longer check in pre-processed files, but use the upstream sources directly (with unneeded parts removed), employing Botan's own configure script for building. This will make future upgrades much simpler. A script to automate this process is also provided. Task-number: QTCREATORBUG-18802 Task-number: QTCREATORBUG-8107 Change-Id: I5a5ea62cfd30d720b556217142e8b7e06bf49f7e Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/libs/libs.qbs')
-rw-r--r--src/libs/libs.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/libs.qbs b/src/libs/libs.qbs
index d1b205a734..715cb7d456 100644
--- a/src/libs/libs.qbs
+++ b/src/libs/libs.qbs
@@ -4,6 +4,7 @@ Project {
name: "Libs"
references: [
"aggregation/aggregation.qbs",
+ "botan/botan.qbs",
"clangsupport/clangsupport.qbs",
"cplusplus/cplusplus.qbs",
"extensionsystem/extensionsystem.qbs",