forked from qt-creator/qt-creator
Change-Id: I59439217575bdcc170f38382129fa5f13edb23e2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
15 lines
256 B
QML
15 lines
256 B
QML
QtApplication {
|
|
name: "Manual debugger gui test"
|
|
Depends { name: "qtc" }
|
|
Depends { name: "Qt.widgets" }
|
|
|
|
files: [
|
|
"mainwindow.cpp",
|
|
"mainwindow.h",
|
|
"mainwindow.ui",
|
|
"tst_gui.cpp",
|
|
]
|
|
|
|
install: false
|
|
}
|