forked from qt-creator/qt-creator
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>
9 lines
170 B
QML
9 lines
170 B
QML
Project {
|
|
name: "C++ unit tests"
|
|
condition: project.withAutotests
|
|
references: [
|
|
"echoserver/echoserver.qbs",
|
|
"unittest/unittest.qbs",
|
|
]
|
|
}
|