forked from qt-creator/qt-creator
utils.qbs: fix ProductModule
ProductModule items in derived products override the ProductModule items in the base product. Change-Id: I3f325d1ae52b24c75b5aebe5b9cc0ceb7622dcc6 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
committed by
Christian Kandeler
parent
574d4adaad
commit
2b71be72cb
@@ -212,6 +212,10 @@ QtcLibrary {
|
||||
}
|
||||
|
||||
ProductModule {
|
||||
// ### [ remove, once qbs supports merging of ProductModule items in derived products
|
||||
Depends { name: "cpp" }
|
||||
cpp.includePaths: [ ".." ]
|
||||
// ### ]
|
||||
Depends { name: "Qt"; submodules: ["concurrent", "widgets" ] }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user