forked from qt-creator/qt-creator
Change-Id: If59265c429a67e5627d41d242fb8fc828f469e93 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
13 lines
220 B
QML
13 lines
220 B
QML
|
|
CppApplication {
|
|
name: "Manual Test Utils LayoutBuilder"
|
|
|
|
Depends { name: "qtc" }
|
|
Depends { name: "Core" }
|
|
Depends { name: "Utils" }
|
|
|
|
files: [
|
|
"tst_manual_widgets_layoutbuilder.cpp",
|
|
]
|
|
}
|