aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/system-include-paths/system-include-paths.qbs
blob: 9c644fc2accc419cc235d074824e91305f4d4902 (plain)
1
2
3
4
CppApplication {
    files: ["main.cpp"]
    cpp.systemIncludePaths: ["subdir"]
}