summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata-providers/qbspkgconfig-module-provider/qbspkgconfig-module-provider.qbs
blob: d2b3654ae743b822babdf088ee5f698799d66eab (plain)
1
2
3
4
5
6
CppApplication {
    name: "p"
    Depends { name: "libA" }
    files: "main.cpp"
    qbsModuleProviders: "qbspkgconfig"
}