forked from qt-creator/qt-creator
qbs build: Make unittest work with sanitizers
Change-Id: Ie6153a4505f42a1c9754d6af951c72df0065ec1c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import qbs.File
|
||||
import qbs.FileInfo
|
||||
|
||||
CppApplication {
|
||||
QtcProduct {
|
||||
condition: gtest.present && gmock.present
|
||||
type: base.concat(["autotest", "json_copy"])
|
||||
type: ["application", "autotest", "json_copy"]
|
||||
consoleApplication: true
|
||||
destinationDirectory: FileInfo.joinPaths(project.buildDirectory,
|
||||
FileInfo.relativePath(project.ide_source_tree, sourceDirectory))
|
||||
install: false
|
||||
|
||||
Depends { name: "echoserver" }
|
||||
Depends { name: "pluginjson" }
|
||||
|
Reference in New Issue
Block a user