aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/path-probe/BaseApp.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/path-probe/BaseApp.qbs')
-rw-r--r--tests/auto/blackbox/testdata/path-probe/BaseApp.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/path-probe/BaseApp.qbs b/tests/auto/blackbox/testdata/path-probe/BaseApp.qbs
index 46f89cb60..13c69f72f 100644
--- a/tests/auto/blackbox/testdata/path-probe/BaseApp.qbs
+++ b/tests/auto/blackbox/testdata/path-probe/BaseApp.qbs
@@ -39,6 +39,7 @@ CppApplication {
property pathList inputSearchPaths
property var inputNameFilter
property var inputCandidateFilter
+ property stringList inputEnvironmentPaths
property stringList outputFilePaths
property var outputCandidatePaths
@@ -52,6 +53,7 @@ CppApplication {
candidateFilter: inputCandidateFilter
searchPaths: inputSearchPaths
platformSearchPaths: []
+ environmentPaths: inputEnvironmentPaths
}
property bool validate: {