forked from qt-creator/qt-creator
Change-Id: I18455fc451b6e1b73c7183f6c75820379e26951a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: David Schulz <david.schulz@qt.io>
8 lines
133 B
QML
8 lines
133 B
QML
Project {
|
|
name: "C++ unit tests"
|
|
condition: project.withAutotests
|
|
references: [
|
|
"unittest/unittest.qbs",
|
|
]
|
|
}
|