forked from qt-creator/qt-creator
Change-Id: Iceb346c42ff798430fb4ee6887b34f89768f014b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
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 {}
|
|
}
|