qbs build: Fix meson autotests

Change-Id: If2f57ac6fd622dae69a736a89d90f76c7653eee0
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2020-07-24 13:39:39 +02:00
parent b484d770cd
commit bed084bd74

View File

@@ -4,7 +4,7 @@ Project {
name: "MesonProjectManager" name: "MesonProjectManager"
property stringList testDefines: [ property stringList testDefines: [
'MESON_SAMPLES_DIR="' + FileInfo.joinPaths(sourceDirectory, "tests", "resources") + '"', 'MESON_SAMPLES_DIR="' + FileInfo.joinPaths(path, "tests", "resources") + '"',
] ]
QtcPlugin { QtcPlugin {