aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-07-06 15:36:52 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2020-07-06 14:10:46 +0000
commit8bc01aee7559689f1d2c2bfe9a312b351beb09f0 (patch)
tree3f9e5d23e23cd5e720ddcf96b2acf527e8676cfd /tests
parentc1df1e5d2e8805c4f38872b11bc30bbe72064ede (diff)
qbs build: Fix sdktool autotest
Change-Id: I069d9b3eaea295efa8d78d4d96b52b61cecbb783 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/sdktool/sdktool.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/sdktool/sdktool.qbs b/tests/auto/sdktool/sdktool.qbs
index b7928c7487..c69491d198 100644
--- a/tests/auto/sdktool/sdktool.qbs
+++ b/tests/auto/sdktool/sdktool.qbs
@@ -10,6 +10,6 @@ QtcAutotest {
cpp.defines: base.concat([
'SDKTOOL_DIR="' + FileInfo.joinPaths(FileInfo.fromNativeSeparators(qbs.installRoot),
- qtc.ide_libexec_path) + '"'
+ qbs.installPrefix, qtc.ide_libexec_path) + '"'
])
}