forked from qt-creator/qt-creator
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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user