aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-01-12 11:01:24 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-01-12 11:53:42 +0100
commitaea393ef856536fe4d4c52e086ea57060664fe12 (patch)
tree78d8ad63b0caeb45ffdffdb3e6f5ab9f780075e4 /examples
parent21649fc3d2f8e4f380da955204f54918604b5ce6 (diff)
use standard pattern for exporting "." include paths
The magic path variable is not needed here. Change-Id: Ie0fcd2b3310cbc36375df5c96bd490a6db5dba43 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/app-and-lib/lib/lib.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/app-and-lib/lib/lib.qbs b/examples/app-and-lib/lib/lib.qbs
index da03a8fe9..64d0f62c6 100644
--- a/examples/app-and-lib/lib/lib.qbs
+++ b/examples/app-and-lib/lib/lib.qbs
@@ -49,7 +49,7 @@ Product {
Export {
Depends { name: "cpp" }
- cpp.includePaths: [path]
+ cpp.includePaths: ["."]
}
}