summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata/moved-file-dependency/moved-file-dependency.qbs
blob: 6252f98edff79f43ce4ae74c8ffc2472c31f89cc (plain)
1
2
3
4
5
6
import qbs

CppApplication {
    cpp.includePaths: ["subdir1", "subdir2"]
    files: ["main.cpp"]
}