From bf6ecbb042f5a45b89ce227a827dc3e127e5ff35 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 2 Apr 2020 09:52:48 +0200 Subject: [PATCH] Update minimum Qt for Qbs builds Change-Id: I5920b5c1bcdd0f186c9de6c1bb690334a5193051 Reviewed-by: Christian Kandeler --- qbs/imports/QtcProduct.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbs/imports/QtcProduct.qbs b/qbs/imports/QtcProduct.qbs index e54dc667f4a..0af5c7e9001 100644 --- a/qbs/imports/QtcProduct.qbs +++ b/qbs/imports/QtcProduct.qbs @@ -27,7 +27,7 @@ Product { enableFallback: false } } - Depends { name: "Qt.core"; versionAtLeast: "5.11.0" } + Depends { name: "Qt.core"; versionAtLeast: "5.12.0" } // TODO: Should fall back to what came from Qt.core for Qt < 5.7, but we cannot express that // atm. Conditionally pulling in a module that sets the property is also not possible,