aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/overrideProjectProperties/helper_lib.qbs
blob: 16c68064ea0796464dc228f857b90655e6ba7468 (plain)
1
2
3
4
5
6
7
8
import qbs

DynamicLibrary {
    name: "helperLib"
    files: "helperlib.cpp"
    Depends { name: "cpp" }
    bundle.isBundle: false
}