aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-01-11 12:51:08 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-01-11 13:26:46 +0000
commitbfb7a67710376ea1df6d4a718eefee0fb7fd3f04 (patch)
tree1f4162e92d0a5945cc9c447fc3cb3f0cf69bd530 /qbs-resources
parent50a95860f9ca5aee0d4400aae404ee44f5366c47 (diff)
qbs build: Remove exported qbsbuildconfig dependency
It was left over. Change-Id: I0104b5ef046a0d31b3d780a079f8ecc5c9abb5e6 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'qbs-resources')
-rw-r--r--qbs-resources/imports/QbsLibrary.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/qbs-resources/imports/QbsLibrary.qbs b/qbs-resources/imports/QbsLibrary.qbs
index a6bc7366d..f97b3aee0 100644
--- a/qbs-resources/imports/QbsLibrary.qbs
+++ b/qbs-resources/imports/QbsLibrary.qbs
@@ -41,7 +41,6 @@ QbsProduct {
Export {
Depends { name: "cpp" }
Depends { name: "Qt"; submodules: ["core"] }
- Depends { name: "qbsbuildconfig" }
cpp.includePaths: [product.sourceDirectory]
cpp.defines: product.visibilityType === "static" ? ["QBS_STATIC_LIB"] : []