forked from qt-creator/qt-creator
qbs build: Fix core plugin autotests
Change-Id: I1787dc66992e0484981e9c95ccaa3f4494243845 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -287,7 +287,7 @@ Project {
|
||||
"locator/locator_test.cpp"
|
||||
]
|
||||
|
||||
cpp.defines: outer.concat(['SRCDIR="' + FileInfo.path(filePath) + '"'])
|
||||
cpp.defines: outer.concat(['SRCDIR="' + path + "/locator" + '"'])
|
||||
}
|
||||
|
||||
Group {
|
||||
|
Reference in New Issue
Block a user