summaryrefslogtreecommitdiff
path: root/plugins/autotest/unit_test/plain/test_plain/test_plain.qbs
blob: 1b7937ce6a477ddae22f9f4f12befe8c042cb4ec (plain)
1
2
3
4
5
6
7
8
9
10
import qbs

CppApplication {
    type: "application" // suppress bundle generation on OSX

    Depends { name: "Qt.gui" }
    Depends { name: "Qt.test" }

    files: [ "tst_simple.cpp", "tst_simple.h" ]
}