forked from qt-creator/qt-creator
12 lines
244 B
QML
12 lines
244 B
QML
|
|
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"
|
||
|
|
}
|