aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/debugger/gui/gui.qbs
blob: caa73bc211eec407fb49e14fe26602cf7d65f77a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QtApplication {
    name: "Manual debugger gui test"

    Depends { name: "Qt.widgets" }

    files: [
        "mainwindow.cpp",
        "mainwindow.h",
        "mainwindow.ui",
        "tst_gui.cpp",
    ]

    install: false
}