Files
qt-creator/tests/manual/widgets/crumblepath/crumblepath.qbs
Alessandro Portale dce06016ef Include some existing manual tests in the Qbs build system
Change-Id: Iceb346c42ff798430fb4ee6887b34f89768f014b
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2020-12-11 13:35:11 +00:00

15 lines
243 B
QML

import "../common/common.qbs" as Common
CppApplication {
name: "Manual Test Utils CrumblePath"
Depends { name: "Core" }
Depends { name: "Utils" }
files: [
"tst_manual_widgets_crumblepath.cpp",
]
Common {}
}