Files
qt-creator/tests/unit/unit.qbs
Christian Kandeler c229c667cf Unit test: Support qbs build with googletest submodule
This is necessary to be able to build on Windows.
Also add an include to fix building with clang 12.

Change-Id: I9278a2c942a5e50c89c3aac19492f3a1ef3177b1
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2020-09-21 10:31:30 +00:00

9 lines
170 B
QML

Project {
name: "C++ unit tests"
condition: project.withAutotests
references: [
"echoserver/echoserver.qbs",
"unittest/unittest.qbs",
]
}