aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/probe-in-exported-module/modules/myothermodule/myothermodule.qbs
blob: d3009f5321b3ed18683edc793c8969460b85637d (plain)
1
2
3
4
5
6
import qbs

Module {
    Depends { name: "depmodule" }
    depmodule.listProp: ["myother"]
}