Explicitly add conan as a module provider.
This commit is contained in:
parent
82372fa344
commit
8de440a272
|
@ -5,7 +5,7 @@ import "qbs/imports/conan/ConanfileProbe.qbs" as ConanfileProbe
|
|||
Project {
|
||||
name: "Valentina"
|
||||
minimumQbsVersion: "1.16"
|
||||
qbsModuleProviders: ["Qt", "qbspkgconfig"]
|
||||
qbsModuleProviders: ["Qt", "conan", "qbspkgconfig"]
|
||||
|
||||
property bool enableConan: false
|
||||
property string minimumMacosVersion: undefined
|
||||
|
|
Loading…
Reference in New Issue
Block a user