DEBSOURCES
Skip Quicknav
sources / qbs / 3.1.2-1 / tutorial / chapter-5 / test / test.qbs
123456789
//! [0] // test/test.qbs MyAutoTest { Depends { name: "mylib" } name: "mytest" files: "test.c" } //! [0]