qbs files: build with Qt5

Help plugin and QmlDesigner have been disabled for Qt5.

Change-Id: I9345d0fd00f9a575333dc972cc7adbdf146cd6cb
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
Joerg Bornemann
2012-04-10 15:57:24 +02:00
parent 96a7fbe3ae
commit d6465142eb
4 changed files with 16 additions and 2 deletions

View File

@@ -4,7 +4,13 @@ import "../QtcPlugin.qbs" as QtcPlugin
QtcPlugin {
name: "Core"
Depends { name: "qt"; submodules: ['core', 'widgets', 'xml', 'network', 'script', 'sql', 'help'] }
Depends {
name: "qt"
submodules: [
'core', 'widgets', 'xml', 'network',
'script', 'sql', 'help', 'printsupport'
]
}
Depends { name: "Utils" }
Depends { name: "ExtensionSystem" }
Depends { name: "Aggregation" }