forked from qt-creator/qt-creator
Remove duplicate module dependencies from qbs files.
These cause a warning now. Change-Id: I4c4e9c3e11e7f97e66a4bcdd708489fafc8f0606 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
committed by
Joerg Bornemann
parent
97952cfde2
commit
24e81241a5
@@ -19,7 +19,6 @@ QtcLibrary {
|
||||
cpp.dynamicLibraries: ["X11"]
|
||||
}
|
||||
|
||||
Depends { name: "cpp" }
|
||||
Depends { name: "Qt"; submodules: ["widgets", "network", "script", "concurrent"] }
|
||||
Depends { name: "app_version_header" }
|
||||
|
||||
@@ -212,10 +211,7 @@ QtcLibrary {
|
||||
}
|
||||
|
||||
Export {
|
||||
// ### [ remove, once qbs supports merging of Export items in derived products
|
||||
Depends { name: "cpp" }
|
||||
cpp.includePaths: [ ".." ]
|
||||
// ### ]
|
||||
Depends { name: "Qt"; submodules: ["concurrent", "widgets" ] }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user