QbsProjectManager: Fix qbs build against external qbs

Change-Id: Iccc0b340498e363fa6c8df39bd0949f55bddd77a
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Christian Kandeler
2018-07-20 10:05:35 +02:00
parent ac674bac03
commit ef37452cfc

View File

@@ -135,7 +135,7 @@ QtcPlugin {
]
}
Depends { name: "qbs resources" }
Depends { name: "qbs resources"; condition: updateQmlTypeInfo }
Rule {
condition: updateQmlTypeInfo
inputsFromDependencies: ["qbs qml type descriptions", "qbs qml type bundle"]