summaryrefslogtreecommitdiff
path: root/plugins/autotest/unit_test/mixed_atp/tests/auto/gui/gui.qbs
blob: 05359cf10fcca286db508834d3fa046d14390937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import qbs

CppApplication {
    name: "Gui auto test"
    targetName: "tst_gui"

    Depends { name: "Qt"; submodules: [ "gui", "widgets", "test" ] }
    Depends { name: "cpp" }

    files: [ "tst_guitest.cpp" ]

    cpp.defines: base.concat("SRCDIR=" + path)
}