forked from qt-creator/qt-creator
qbs build: Fix meson autotests
Change-Id: If2f57ac6fd622dae69a736a89d90f76c7653eee0 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user