qbs build: Fix core plugin autotests

Change-Id: I1787dc66992e0484981e9c95ccaa3f4494243845
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2020-02-12 15:25:41 +01:00
parent d43f1662d0
commit bdeedf8805

View File

@@ -287,7 +287,7 @@ Project {
"locator/locator_test.cpp" "locator/locator_test.cpp"
] ]
cpp.defines: outer.concat(['SRCDIR="' + FileInfo.path(filePath) + '"']) cpp.defines: outer.concat(['SRCDIR="' + path + "/locator" + '"'])
} }
Group { Group {