Core: Fix qbs build.

Change-Id: I2a9a8f0bf61b61a6d2cd1e9e2c6bfe2b23b10b8e
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-04-02 12:01:54 +02:00
parent e56118cc1e
commit 549590a249

View File

@@ -7,7 +7,7 @@ QtcPlugin {
Depends {
name: "Qt"
submodules: [
"widgets", "xml", "network", "script", "sql", "help", "printsupport"
"widgets", "xml", "network", "qml", "sql", "help", "printsupport"
]
}