Files
qt-creator/tests/manual/widgets/tracing/tracing.qbs

17 lines
294 B
QML
Raw Normal View History

import "../common/common.qbs" as Common
CppApplication {
name: "Manual Test Tracing"
Depends { name: "Qt.quick" }
Depends { name: "Tracing" }
Depends { name: "Utils" }
Depends { name: "Core" }
files: [
"tst_manual_widgets_tracing.cpp",
]
Common {}
}