forked from qt-creator/qt-creator
15 lines
249 B
QML
15 lines
249 B
QML
|
|
import "../common/common.qbs" as Common
|
||
|
|
|
||
|
|
CppApplication {
|
||
|
|
name: "Manual Test Utils ManhattanStyle"
|
||
|
|
|
||
|
|
Depends { name: "Core" }
|
||
|
|
Depends { name: "Utils" }
|
||
|
|
|
||
|
|
files: [
|
||
|
|
"tst_manual_widgets_manhattanstyle.cpp",
|
||
|
|
]
|
||
|
|
|
||
|
|
Common {}
|
||
|
|
}
|