forked from qt-creator/qt-creator
15 lines
243 B
QML
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 {}
|
||
|
|
}
|