Files
qt-creator/tests/manual/debugger/gui/gui.qbs
Christian Kandeler d4b8739653 qbs build: Fix building with MSVC and Qt >= 6.3
Change-Id: I59439217575bdcc170f38382129fa5f13edb23e2
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2022-06-17 15:24:00 +00:00

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
}