summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-10-06 12:44:25 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-10-06 11:25:06 +0000
commit5e0f2b926255a17bc07487126ce4d769c7b1a81b (patch)
tree24d6a38c84b10d4cb1298a8f11332af6fd6065f6
parentc54397c25c00caaaed1b3cd360a73542950be77e (diff)
Autotest: Fix qbs build
Change-Id: I34d45161c60cbe7f028a3e194fd4ac8b1a79e051 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--tests/auto/perfdata/perfdata.qbs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/perfdata/perfdata.qbs b/tests/auto/perfdata/perfdata.qbs
index a50f4ee..8a9eba6 100644
--- a/tests/auto/perfdata/perfdata.qbs
+++ b/tests/auto/perfdata/perfdata.qbs
@@ -3,7 +3,7 @@ import qbs
QtcAutotest {
name: "PerfData Autotest"
- cpp.includePaths: ["/usr/include/elfutils"]
+ cpp.includePaths: ["/usr/include/elfutils", "../../../app"]
cpp.dynamicLibraries: ["dw", "elf"]
files: [
@@ -30,5 +30,4 @@ QtcAutotest {
"../../../app/perfunwind.cpp",
"../../../app/perfunwind.h"
]
- cpp.includePaths: base.concat(["../../../app"])
}