forked from qt-creator/qt-creator
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
|
||
|
|
}
|