forked from qt-creator/qt-creator
That was most likely QBS-755. Change-Id: I43d0316113fcca79554bfee9eee9b8bd706fce07 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
12 lines
246 B
QML
12 lines
246 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
name: "FileUtils autotest"
|
|
Depends { name: "Utils" }
|
|
Properties {
|
|
condition: qbs.toolchain.contains("gcc")
|
|
cpp.cxxFlags: base.concat(["-Wno-trigraphs"])
|
|
}
|
|
files: "tst_fileutils.cpp"
|
|
}
|