Files
qt-creator/tests/manual/debugger/gui/gui.qbs

14 lines
228 B
QML
Raw Normal View History

QtApplication {
name: "Manual debugger gui test"
Depends { name: "Qt.widgets" }
files: [
"mainwindow.cpp",
"mainwindow.h",
"mainwindow.ui",
"tst_gui.cpp",
]
install: false
}