aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/uic/uic.qbs
blob: a216b86a96a8c282d1c80d770ccc3772e57e3cce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import qbs 1.0

Project {
    QtGuiApplication {
        type: "application"
        name: "ui"

        files: [
            "bla.cpp",
            "bla.h",
            "ui.ui",
            "ui.h"
        ]
    }
}