Update minimum Qt for Qbs builds

Change-Id: I5920b5c1bcdd0f186c9de6c1bb690334a5193051
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Christian Stenger
2020-04-02 09:52:48 +02:00
parent f64a9b5045
commit bf6ecbb042

View File

@@ -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,