forked from qt-creator/qt-creator
Change-Id: I6c5c839dc199379edaf4c43ae4d6a0ed6ebdf751 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
14 lines
228 B
QML
14 lines
228 B
QML
QtApplication {
|
|
name: "Manual debugger gui test"
|
|
Depends { name: "Qt.widgets" }
|
|
|
|
files: [
|
|
"mainwindow.cpp",
|
|
"mainwindow.h",
|
|
"mainwindow.ui",
|
|
"tst_gui.cpp",
|
|
]
|
|
|
|
install: false
|
|
}
|