aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-31 12:20:13 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-31 12:20:13 +0200
commit43ddde70dd61f9adb2c3b20ee86522494538ca0e (patch)
tree18e6fca3eb8e2122f2dc273acc5f875d32ba3760 /qbs-resources
parent92cf9460c46d707aeac02ef8f6597a4037df0964 (diff)
parent33c9a2721b76e8a7affa19e924cbaf4e4c91060b (diff)
Merge branch 1.4 into master.
Diffstat (limited to 'qbs-resources')
-rw-r--r--qbs-resources/imports/QbsLibrary.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbs-resources/imports/QbsLibrary.qbs b/qbs-resources/imports/QbsLibrary.qbs
index 02c7fef66..4d05ea004 100644
--- a/qbs-resources/imports/QbsLibrary.qbs
+++ b/qbs-resources/imports/QbsLibrary.qbs
@@ -23,7 +23,7 @@ QbsProduct {
Depends { name: "cpp" }
Depends { name: "Qt"; submodules: ["core"] }
cpp.rpaths: project.libRPaths
- cpp.includePaths: "."
+ cpp.includePaths: [product.sourceDirectory]
cpp.defines: product.type === "staticlibrary" ? ["QBS_STATIC_LIB"] : []
}
}