forked from qt-creator/qt-creator
Fix qbs build with Qt5 (part2)
Change-Id: Iaadded4e1dc557f8e2e0a70b89b44bdda200faef Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
committed by
Joerg Bornemann
parent
c751ad2b33
commit
0527a8bb70
@@ -5,7 +5,7 @@ import "../QtcPlugin.qbs" as QtcPlugin
|
||||
QtcPlugin {
|
||||
name: "Designer"
|
||||
|
||||
Depends { name: "qt"; submodules: ['widgets', 'xml', 'designer', 'designercomponents'] }
|
||||
Depends { name: "qt"; submodules: ['widgets', 'xml', 'printsupport', 'designer', 'designercomponents'] }
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "CPlusPlus" }
|
||||
Depends { name: "CppTools" }
|
||||
|
@@ -5,7 +5,7 @@ import "../QtcPlugin.qbs" as QtcPlugin
|
||||
QtcPlugin {
|
||||
name: "TextEditor"
|
||||
|
||||
Depends { name: "qt"; submodules: ['widgets', 'xml', 'network', 'script'] }
|
||||
Depends { name: "qt"; submodules: ['widgets', 'xml', 'network', 'script', 'printsupport'] }
|
||||
Depends { name: "cpp" }
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "Find" }
|
||||
|
Reference in New Issue
Block a user