qbs: users of QmlJSEditor must also add QmlJSTools as dependency

Change-Id: Iee5b8575c0e9979e5ff5b38fc046027c40eaba66
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
Joerg Bornemann
2012-06-04 16:13:56 +02:00
parent 498d9c8ee4
commit 8c5479eb71

View File

@@ -93,5 +93,9 @@ QtcPlugin {
"qmljswrapinloader.h",
"images/qmlfile.png"
]
ProductModule {
Depends { name: "QmlJSTools" }
}
}