aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/utils/filepath/filepath.qbs
blob: 73c106b2e8cb98b37862da28da97b02b30bde510 (plain)
1
2
3
4
5
6
7
8
9
10
11
import qbs

QtcAutotest {
    name: "FilePath autotest"
    Depends { name: "Utils" }
    Properties {
        condition: qbs.toolchain.contains("gcc")
        cpp.cxxFlags: base.concat(["-Wno-trigraphs"])
    }
    files: "tst_filepath.cpp"
}