Increase minimal required version for Qbs.
This commit is contained in:
parent
268d0dff40
commit
e9213004ce
|
@ -4,7 +4,7 @@ import "qbs/imports/conan/ConanfileProbe.qbs" as ConanfileProbe
|
||||||
|
|
||||||
Project {
|
Project {
|
||||||
name: "Valentina"
|
name: "Valentina"
|
||||||
minimumQbsVersion: "1.16"
|
minimumQbsVersion: "1.21"
|
||||||
qbsModuleProviders: ["Qt", "conan", "qbspkgconfig"]
|
qbsModuleProviders: ["Qt", "conan", "qbspkgconfig"]
|
||||||
|
|
||||||
property bool enableConan: false
|
property bool enableConan: false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user