summaryrefslogtreecommitdiffstats
path: root/tests/auto/addresscache/addresscache.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/addresscache/addresscache.qbs')
-rw-r--r--tests/auto/addresscache/addresscache.qbs8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/auto/addresscache/addresscache.qbs b/tests/auto/addresscache/addresscache.qbs
index d234288..9c8d0b3 100644
--- a/tests/auto/addresscache/addresscache.qbs
+++ b/tests/auto/addresscache/addresscache.qbs
@@ -7,7 +7,11 @@ QtcAutotest {
"../../../app/perfelfmap.cpp",
"../../../app/perfelfmap.h",
"../../../app/perfaddresscache.cpp",
- "../../../app/perfaddresscache.h"
+ "../../../app/perfaddresscache.h",
+ "../../../app/perfdwarfdiecache.cpp",
+ "../../../app/perfdwarfdiecache.h",
]
- cpp.includePaths: base.concat(["../../../app"])
+ cpp.includePaths: base.concat(["../../../app"]).concat(project.includePaths)
+ cpp.libraryPaths: project.libPaths
+ cpp.dynamicLibraries: ["dw", "elf"]
}