blob: 88e9bd530715c248ea0911f7c41896c10cf1ceee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
}
|