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:
Joerg Bornemann
2013-02-13 14:42:10 +01:00
committed by Christian Kandeler
parent 574d4adaad
commit 2b71be72cb

View File

@@ -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" ] }
}
}