aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/dot-dot-pc-file/dot-dot-pc-file.qbs
blob: 60c4ea2bcc6e18809d24b9a49550464b5c687cb4 (plain)
1
2
3
4
5
6
7
CppApplication {
    name: "p"
    Depends { name: "qbs-metatest-module"; }
    files: "main.cpp"
    moduleProviders.qbspkgconfig.libDirs: "libdir"
    qbsModuleProviders: "qbspkgconfig"
}