From 5e0f2b926255a17bc07487126ce4d769c7b1a81b Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 6 Oct 2017 12:44:25 +0200 Subject: Autotest: Fix qbs build Change-Id: I34d45161c60cbe7f028a3e194fd4ac8b1a79e051 Reviewed-by: Ulf Hermann --- tests/auto/perfdata/perfdata.qbs | 3 +-- 1 file changed, 1 insertion(+), 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"]) } -- cgit v1.2.3